Html Css Color HEX #370120 Blackberry

📋 copy color: '#370120'

red 55 ◦ green 1 ◦ blue 32

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

Shades of Blackberry #370120

Tints of Blackberry #370120

RGB

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

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

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

R = 62.5%
G = 1.14%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#370120 (or 0x370120) is known color: Blackberry. HEX triplet: 37, 01 and 20. RGB value is (55,1,32). Sum of RGB (Red+Green+Blue) = 55+1+32=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #370120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370120 is #C8FEDF. Grayscale: #141414. Windows color (decimal): -13172448 or 2097463. OLE color: 2097463.

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

Color convert

RGB 55 1 32 -
CMYK 0 0.98 0.42 0.78
HSL 325.56º 0.96% 0.11% -
HSV(B) 325.56º 0.98% 0.22% -
XYZ 1.85 0.94 1.45 -
YUV 20.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 55 1 32 0 0.98 0.42 0.78 325.56 0.96 0.11
Hex 37 1 20 0 62 2A 4E 146 60 B
Octal 67 1 40 0 142 52 116 506 140 13
Binary 110111 1 100000 0 1100010 101010 1001110 101000110 1100000 1011

Color Harmonies of #370120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370120

Black with #370120

Text Example


Text Example

White with #370120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370120; }

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

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

background-color css

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

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

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

border-color css

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

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

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