Html Css Color HEX #370018 Blackberry

📋 copy color: '#370018'

red 55 ◦ green 0 ◦ blue 24

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

Shades of Blackberry #370018

Tints of Blackberry #370018

RGB

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

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

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

R = 69.62%
G = 0%
B = 30.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#370018 (or 0x370018) is known color: Blackberry. HEX triplet: 37, 00 and 18. RGB value is (55,0,24). Sum of RGB (Red+Green+Blue) = 55+0+24=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370018 is #C8FFE7. Grayscale: #131313. Windows color (decimal): -13172712 or 1572919. OLE color: 1572919.

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

Color convert

RGB 55 0 24 -
CMYK 0 1 0.56 0.78
HSL 333.82º 1% 0.11% -
HSV(B) 333.82º 1% 0.22% -
XYZ 1.74 0.88 0.94 -
YUV 19.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 55 0 24 0 1 0.56 0.78 333.82 1 0.11
Hex 37 0 18 0 64 38 4E 14E 64 B
Octal 67 0 30 0 144 70 116 516 144 13
Binary 110111 0 11000 0 1100100 111000 1001110 101001110 1100100 1011

Color Harmonies of #370018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370018

Black with #370018

Text Example


Text Example

White with #370018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370018; }

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

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

background-color css

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

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

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

border-color css

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

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

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