Html Css Color HEX #370520 Blackberry

📋 copy color: '#370520'

red 55 ◦ green 5 ◦ blue 32

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

Shades of Blackberry #370520

Tints of Blackberry #370520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 34.78%

R = 59.78%
G = 5.43%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#370520 (or 0x370520) is known color: Blackberry. HEX triplet: 37, 05 and 20. RGB value is (55,5,32). Sum of RGB (Red+Green+Blue) = 55+5+32=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370520 is #C8FADF. Grayscale: #161616. Windows color (decimal): -13171424 or 2098487. OLE color: 2098487.

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

Color convert

RGB 55 5 32 -
CMYK 0 0.91 0.42 0.78
HSL 327.6º 0.83% 0.12% -
HSV(B) 327.6º 0.91% 0.22% -
XYZ 1.89 1.03 1.46 -
YUV 23.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 55 5 32 0 0.91 0.42 0.78 327.6 0.83 0.12
Hex 37 5 20 0 5B 2A 4E 148 53 C
Octal 67 5 40 0 133 52 116 510 123 14
Binary 110111 101 100000 0 1011011 101010 1001110 101001000 1010011 1100

Color Harmonies of #370520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370520

Black with #370520

Text Example


Text Example

White with #370520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370520; }

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

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

background-color css

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

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

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

border-color css

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

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

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