Html Css Color HEX #370022 Blackberry

📋 copy color: '#370022'

red 55 ◦ green 0 ◦ blue 34

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

Shades of Blackberry #370022

Tints of Blackberry #370022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.8%
G = 0%
B = 38.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#370022 (or 0x370022) is known color: Blackberry. HEX triplet: 37, 00 and 22. RGB value is (55,0,34). Sum of RGB (Red+Green+Blue) = 55+0+34=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #370022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370022 is #C8FFDD. Grayscale: #141414. Windows color (decimal): -13172702 or 2228279. OLE color: 2228279.

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

Color convert

RGB 55 0 34 -
CMYK 0 1 0.38 0.78
HSL 322.91º 1% 0.11% -
HSV(B) 322.91º 1% 0.22% -
XYZ 1.86 0.93 1.59 -
YUV 20.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 55 0 34 0 1 0.38 0.78 322.91 1 0.11
Hex 37 0 22 0 64 26 4E 143 64 B
Octal 67 0 42 0 144 46 116 503 144 13
Binary 110111 0 100010 0 1100100 100110 1001110 101000011 1100100 1011

Color Harmonies of #370022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370022

Black with #370022

Text Example


Text Example

White with #370022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370022; }

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

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

background-color css

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

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

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

border-color css

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

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

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