Html Css Color HEX #370229 Blackberry

📋 copy color: '#370229'

red 55 ◦ green 2 ◦ blue 41

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

Shades of Blackberry #370229

Tints of Blackberry #370229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 41.84%

R = 56.12%
G = 2.04%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#370229 (or 0x370229) is known color: Blackberry. HEX triplet: 37, 02 and 29. RGB value is (55,2,41). Sum of RGB (Red+Green+Blue) = 55+2+41=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370229 is #C8FDD6. Grayscale: #161616. Windows color (decimal): -13172183 or 2687543. OLE color: 2687543.

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

Color convert

RGB 55 2 41 -
CMYK 0 0.96 0.25 0.78
HSL 315.85º 0.93% 0.11% -
HSV(B) 315.85º 0.96% 0.22% -
XYZ 2 1.02 2.19 -
YUV 22.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 55 2 41 0 0.96 0.25 0.78 315.85 0.93 0.11
Hex 37 2 29 0 60 19 4E 13C 5D B
Octal 67 2 51 0 140 31 116 474 135 13
Binary 110111 10 101001 0 1100000 11001 1001110 100111100 1011101 1011

Color Harmonies of #370229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370229

Black with #370229

Text Example


Text Example

White with #370229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370229; }

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

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

background-color css

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

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

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

border-color css

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

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

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