Html Css Color HEX #370118 Blackberry

📋 copy color: '#370118'

red 55 ◦ green 1 ◦ blue 24

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

Shades of Blackberry #370118

Tints of Blackberry #370118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.25%

 BLUE value IS 24 (9.77% from 255) = 30%

R = 68.75%
G = 1.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#370118 (or 0x370118) is known color: Blackberry. HEX triplet: 37, 01 and 18. RGB value is (55,1,24). Sum of RGB (Red+Green+Blue) = 55+1+24=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370118 is #C8FEE7. Grayscale: #131313. Windows color (decimal): -13172456 or 1573175. OLE color: 1573175.

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

Color convert

RGB 55 1 24 -
CMYK 0 0.98 0.56 0.78
HSL 334.44º 0.96% 0.11% -
HSV(B) 334.44º 0.98% 0.22% -
XYZ 1.75 0.9 0.95 -
YUV 19.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 55 1 24 0 0.98 0.56 0.78 334.44 0.96 0.11
Hex 37 1 18 0 62 38 4E 14E 60 B
Octal 67 1 30 0 142 70 116 516 140 13
Binary 110111 1 11000 0 1100010 111000 1001110 101001110 1100000 1011

Color Harmonies of #370118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370118

Black with #370118

Text Example


Text Example

White with #370118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370118; }

 p { color: rgb(55,1,24); }

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

background-color css

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

 a { background-color: rgb(55,1,24); }

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

border-color css

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

 span { border-color: rgb(55,1,24); }

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