Html Css Color HEX #370228 Blackberry

📋 copy color: '#370228'

red 55 ◦ green 2 ◦ blue 40

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

Shades of Blackberry #370228

Tints of Blackberry #370228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 41.24%

R = 56.7%
G = 2.06%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#370228 (or 0x370228) is known color: Blackberry. HEX triplet: 37, 02 and 28. RGB value is (55,2,40). Sum of RGB (Red+Green+Blue) = 55+2+40=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #370228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370228 is #C8FDD7. Grayscale: #161616. Windows color (decimal): -13172184 or 2622007. OLE color: 2622007.

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

Color convert

RGB 55 2 40 -
CMYK 0 0.96 0.27 0.78
HSL 316.98º 0.93% 0.11% -
HSV(B) 316.98º 0.96% 0.22% -
XYZ 1.98 1.01 2.1 -
YUV 22.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 55 2 40 0 0.96 0.27 0.78 316.98 0.93 0.11
Hex 37 2 28 0 60 1B 4E 13D 5D B
Octal 67 2 50 0 140 33 116 475 135 13
Binary 110111 10 101000 0 1100000 11011 1001110 100111101 1011101 1011

Color Harmonies of #370228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370228

Black with #370228

Text Example


Text Example

White with #370228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370228; }

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

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

background-color css

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

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

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

border-color css

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

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

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