Html Css Color HEX #37001F Blackberry

📋 copy color: '#37001F'

red 55 ◦ green 0 ◦ blue 31

#37001F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #37001F

Tints of Blackberry #37001F

RGB

 RED value IS 55 (21.88% from 255) = 63.95%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 36.05%

R = 63.95%
G = 0%
B = 36.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#37001F (or 0x37001F) is known color: Blackberry. HEX triplet: 37, 00 and 1F. RGB value is (55,0,31). Sum of RGB (Red+Green+Blue) = 55+0+31=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #37001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37001F is #C8FFE0. Grayscale: #131313. Windows color (decimal): -13172705 or 2031671. OLE color: 2031671.

HSL color Cylindrical-coordinate representation of color #37001F: hue angle of 326.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37001F is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 0 31 -
CMYK 0 1 0.44 0.78
HSL 326.18º 1% 0.11% -
HSV(B) 326.18º 1% 0.22% -
XYZ 1.82 0.91 1.38 -
YUV 19.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 55 0 31 0 1 0.44 0.78 326.18 1 0.11
Hex 37 0 1F 0 64 2C 4E 146 64 B
Octal 67 0 37 0 144 54 116 506 144 13
Binary 110111 0 11111 0 1100100 101100 1001110 101000110 1100100 1011

Color Harmonies of #37001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37001F

Black with #37001F

Text Example


Text Example

White with #37001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37001F; }

 p { color: rgb(55,0,31); }

 H1.HeaderClassName
 {
   color: #37001F;
 }
 .AnyTagClassName
 {
   color: #37001F;
 }
</style>

background-color css

<style>
 a { background-color: #37001F; }

 a { background-color: rgb(55,0,31); }

 div.DivClassName
 {
   background-color: #37001F;
 }
 .BgClassName
 {
   background-color: #37001F;
 }
</style>

border-color css

<style>
 span { border-color: #37001F; }

 span { border-color: rgb(55,0,31); }

 td.TdClassName
 {
   border-color: #37001F;
 }
 .TagClassName
 {
   border-color: #37001F;
 }
</style>