Html Css Color HEX #370024 Blackberry

📋 copy color: '#370024'

red 55 ◦ green 0 ◦ blue 36

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

Shades of Blackberry #370024

Tints of Blackberry #370024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 39.56%

R = 60.44%
G = 0%
B = 39.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#370024 (or 0x370024) is known color: Blackberry. HEX triplet: 37, 00 and 24. RGB value is (55,0,36). Sum of RGB (Red+Green+Blue) = 55+0+36=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370024 is #C8FFDB. Grayscale: #141414. Windows color (decimal): -13172700 or 2359351. OLE color: 2359351.

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

Color convert

RGB 55 0 36 -
CMYK 0 1 0.35 0.78
HSL 320.73º 1% 0.11% -
HSV(B) 320.73º 1% 0.22% -
XYZ 1.89 0.94 1.75 -
YUV 20.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 55 0 36 0 1 0.35 0.78 320.73 1 0.11
Hex 37 0 24 0 64 23 4E 141 64 B
Octal 67 0 44 0 144 43 116 501 144 13
Binary 110111 0 100100 0 1100100 100011 1001110 101000001 1100100 1011

Color Harmonies of #370024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370024

Black with #370024

Text Example


Text Example

White with #370024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370024; }

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

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

background-color css

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

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

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

border-color css

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

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

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