Html Css Color HEX #370422 Blackberry

📋 copy color: '#370422'

red 55 ◦ green 4 ◦ blue 34

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

Shades of Blackberry #370422

Tints of Blackberry #370422

RGB

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

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

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

R = 59.14%
G = 4.3%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#370422 (or 0x370422) is known color: Blackberry. HEX triplet: 37, 04 and 22. RGB value is (55,4,34). Sum of RGB (Red+Green+Blue) = 55+4+34=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370422 is #C8FBDD. Grayscale: #161616. Windows color (decimal): -13171678 or 2229303. OLE color: 2229303.

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

Color convert

RGB 55 4 34 -
CMYK 0 0.93 0.38 0.78
HSL 324.71º 0.86% 0.12% -
HSV(B) 324.71º 0.93% 0.22% -
XYZ 1.91 1.01 1.61 -
YUV 22.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 55 4 34 0 0.93 0.38 0.78 324.71 0.86 0.12
Hex 37 4 22 0 5D 26 4E 145 56 C
Octal 67 4 42 0 135 46 116 505 126 14
Binary 110111 100 100010 0 1011101 100110 1001110 101000101 1010110 1100

Color Harmonies of #370422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370422

Black with #370422

Text Example


Text Example

White with #370422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370422; }

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

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

background-color css

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

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

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

border-color css

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

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

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