Html Css Color HEX #370222 Blackberry

📋 copy color: '#370222'

red 55 ◦ green 2 ◦ blue 34

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

Shades of Blackberry #370222

Tints of Blackberry #370222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.2%

 BLUE value IS 34 (13.67% from 255) = 37.36%

R = 60.44%
G = 2.2%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#370222 (or 0x370222) is known color: Blackberry. HEX triplet: 37, 02 and 22. RGB value is (55,2,34). Sum of RGB (Red+Green+Blue) = 55+2+34=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370222 is #C8FDDD. Grayscale: #151515. Windows color (decimal): -13172190 or 2228791. OLE color: 2228791.

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

Color convert

RGB 55 2 34 -
CMYK 0 0.96 0.38 0.78
HSL 323.77º 0.93% 0.11% -
HSV(B) 323.77º 0.96% 0.22% -
XYZ 1.89 0.97 1.6 -
YUV 21.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 55 2 34 0 0.96 0.38 0.78 323.77 0.93 0.11
Hex 37 2 22 0 60 26 4E 144 5D B
Octal 67 2 42 0 140 46 116 504 135 13
Binary 110111 10 100010 0 1100000 100110 1001110 101000100 1011101 1011

Color Harmonies of #370222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370222

Black with #370222

Text Example


Text Example

White with #370222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370222; }

 p { color: rgb(55,2,34); }

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

background-color css

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

 a { background-color: rgb(55,2,34); }

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

border-color css

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

 span { border-color: rgb(55,2,34); }

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