#391126

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

Shades of Blackberry #391126

Tints of Blackberry #391126

Color information

#391126 (or 0x391126) is unknown color: approx Blackberry. HEX triplet: 39, 11 and 26. RGB value is (57,17,38). Sum of RGB (Red+Green+Blue) = 57+17+38=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #391126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391126 is #C6EED9. Grayscale: #1F1F1F. Windows color (decimal): -13037274 or 2494777. OLE color: 2494777.

HSL color Cylindrical-coordinate representation of color #391126: hue angle of 328.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391126 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB571738-
CMYK00.700.330.78
HSL328.5º54.05%14.51%-
HSV(B)328.5º70.18%22.35%-
XYZ2.241.411.99-
YUV31.35131.75146.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=50.89%
G=15.18%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57173800.700.330.78328.554.0514.51
Hex391126046214E14836f
Octal7121460106411165106617
Binary111001100011001100100011010000110011101010010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391126; }

 p { color: rgb(57,17,38); }

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

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

 a { background-color: rgb(57,17,38); }

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

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

 span { border-color: rgb(57,17,38); }

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