Html Css Color HEX #370519 Blackberry

📋 copy color: '#370519'

red 55 ◦ green 5 ◦ blue 25

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

Shades of Blackberry #370519

Tints of Blackberry #370519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.88%

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

R = 64.71%
G = 5.88%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#370519 (or 0x370519) is known color: Blackberry. HEX triplet: 37, 05 and 19. RGB value is (55,5,25). Sum of RGB (Red+Green+Blue) = 55+5+25=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370519 is #C8FAE6. Grayscale: #161616. Windows color (decimal): -13171431 or 1639735. OLE color: 1639735.

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

Color convert

RGB 55 5 25 -
CMYK 0 0.91 0.55 0.78
HSL 336º 0.83% 0.12% -
HSV(B) 336º 0.91% 0.22% -
XYZ 1.81 0.99 1.02 -
YUV 22.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 55 5 25 0 0.91 0.55 0.78 336 0.83 0.12
Hex 37 5 19 0 5B 37 4E 150 53 C
Octal 67 5 31 0 133 67 116 520 123 14
Binary 110111 101 11001 0 1011011 110111 1001110 101010000 1010011 1100

Color Harmonies of #370519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370519

Black with #370519

Text Example


Text Example

White with #370519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370519; }

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

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

background-color css

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

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

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

border-color css

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

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

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