Html Css Color HEX #370122 Blackberry

📋 copy color: '#370122'

red 55 ◦ green 1 ◦ blue 34

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

Shades of Blackberry #370122

Tints of Blackberry #370122

RGB

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

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

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

R = 61.11%
G = 1.11%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#370122 (or 0x370122) is known color: Blackberry. HEX triplet: 37, 01 and 22. RGB value is (55,1,34). Sum of RGB (Red+Green+Blue) = 55+1+34=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #370122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370122 is #C8FEDD. Grayscale: #141414. Windows color (decimal): -13172446 or 2228535. OLE color: 2228535.

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

Color convert

RGB 55 1 34 -
CMYK 0 0.98 0.38 0.78
HSL 323.33º 0.96% 0.11% -
HSV(B) 323.33º 0.98% 0.22% -
XYZ 1.88 0.95 1.6 -
YUV 20.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 55 1 34 0 0.98 0.38 0.78 323.33 0.96 0.11
Hex 37 1 22 0 62 26 4E 143 60 B
Octal 67 1 42 0 142 46 116 503 140 13
Binary 110111 1 100010 0 1100010 100110 1001110 101000011 1100000 1011

Color Harmonies of #370122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370122

Black with #370122

Text Example


Text Example

White with #370122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370122; }

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

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

background-color css

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

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

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

border-color css

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

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

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