Html Css Color HEX #370419 Blackberry

📋 copy color: '#370419'

red 55 ◦ green 4 ◦ blue 25

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

Shades of Blackberry #370419

Tints of Blackberry #370419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

 BLUE value IS 25 (10.16% from 255) = 29.76%

R = 65.48%
G = 4.76%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#370419 (or 0x370419) is known color: Blackberry. HEX triplet: 37, 04 and 19. RGB value is (55,4,25). Sum of RGB (Red+Green+Blue) = 55+4+25=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #370419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370419 is #C8FBE6. Grayscale: #151515. Windows color (decimal): -13171687 or 1639479. OLE color: 1639479.

HSL color Cylindrical-coordinate representation of color #370419: hue angle of 335.29º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370419 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 25 -
CMYK 0 0.93 0.55 0.78
HSL 335.29º 0.86% 0.12% -
HSV(B) 335.29º 0.93% 0.22% -
XYZ 1.79 0.97 1.01 -
YUV 21.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 55 4 25 0 0.93 0.55 0.78 335.29 0.86 0.12
Hex 37 4 19 0 5D 37 4E 14F 56 C
Octal 67 4 31 0 135 67 116 517 126 14
Binary 110111 100 11001 0 1011101 110111 1001110 101001111 1010110 1100

Color Harmonies of #370419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370419

Black with #370419

Text Example


Text Example

White with #370419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370419; }

 p { color: rgb(55,4,25); }

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

background-color css

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

 a { background-color: rgb(55,4,25); }

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

border-color css

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

 span { border-color: rgb(55,4,25); }

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