#371129

Color #371129 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #371129

Tints of Blackberry #371129

Color information

#371129 (or 0x371129) is unknown color: approx Blackberry. HEX triplet: 37, 11 and 29. RGB value is (55,17,41). Sum of RGB (Red+Green+Blue) = 55+17+41=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #371129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371129 is #C8EED6. Grayscale: #1F1F1F. Windows color (decimal): -13168343 or 2691383. OLE color: 2691383.

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

Color convert

RGB551741-
CMYK00.690.250.78
HSL322.11º52.78%14.12%-
HSV(B)322.11º69.09%21.57%-
XYZ2.181.372.25-
YUV31.1133.59145.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.67%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=48.67%
G=15.04%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55174100.690.250.78322.1152.7814.12
Hex371129045194E14235e
Octal6721510105311165026516
Binary11011110001101001010001011100110011101010000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371129; }

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

 H1.HeaderClassName
 {
   color: #371129;
 }
 .AnyTagClassName
 {
   color: #371129;
 }
</style>
background-color css

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

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

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

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

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

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