Html Css Color HEX #37001D Blackberry

📋 copy color: '#37001D'

red 55 ◦ green 0 ◦ blue 29

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

Shades of Blackberry #37001D

Tints of Blackberry #37001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 34.52%

R = 65.48%
G = 0%
B = 34.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#37001D (or 0x37001D) is known color: Blackberry. HEX triplet: 37, 00 and 1D. RGB value is (55,0,29). Sum of RGB (Red+Green+Blue) = 55+0+29=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #37001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37001D is #C8FFE2. Grayscale: #131313. Windows color (decimal): -13172707 or 1900599. OLE color: 1900599.

HSL color Cylindrical-coordinate representation of color #37001D: hue angle of 328.36º 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 #37001D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 0 29 -
CMYK 0 1 0.47 0.78
HSL 328.36º 1% 0.11% -
HSV(B) 328.36º 1% 0.22% -
XYZ 1.8 0.9 1.24 -
YUV 19.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 55 0 29 0 1 0.47 0.78 328.36 1 0.11
Hex 37 0 1D 0 64 2F 4E 148 64 B
Octal 67 0 35 0 144 57 116 510 144 13
Binary 110111 0 11101 0 1100100 101111 1001110 101001000 1100100 1011

Color Harmonies of #37001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37001D

Black with #37001D

Text Example


Text Example

White with #37001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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