Html Css Color HEX #371229 Blackberry

📋 copy color: '#371229'

red 55 ◦ green 18 ◦ blue 41

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

Shades of Blackberry #371229

Tints of Blackberry #371229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

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

R = 48.25%
G = 15.79%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#371229 (or 0x371229) is known color: Blackberry. HEX triplet: 37, 12 and 29. RGB value is (55,18,41). Sum of RGB (Red+Green+Blue) = 55+18+41=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #371229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371229 is #C8EDD6. Grayscale: #1F1F1F. Windows color (decimal): -13168087 or 2691639. OLE color: 2691639.

HSL color Cylindrical-coordinate representation of color #371229: hue angle of 322.7º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371229 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 41 -
CMYK 0 0.67 0.25 0.78
HSL 322.7º 0.51% 0.14% -
HSV(B) 322.7º 0.67% 0.22% -
XYZ 2.19 1.4 2.25 -
YUV 31.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 55 18 41 0 0.67 0.25 0.78 322.7 0.51 0.14
Hex 37 12 29 0 43 19 4E 143 33 E
Octal 67 22 51 0 103 31 116 503 63 16
Binary 110111 10010 101001 0 1000011 11001 1001110 101000011 110011 1110

Color Harmonies of #371229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371229

Black with #371229

Text Example


Text Example

White with #371229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371229; }

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

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

background-color css

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

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

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

border-color css

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

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

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