#391029

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

Shades of Blackberry #391029

Tints of Blackberry #391029

Color information

#391029 (or 0x391029) is unknown color: approx Blackberry. HEX triplet: 39, 10 and 29. RGB value is (57,16,41). Sum of RGB (Red+Green+Blue) = 57+16+41=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #391029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391029 is #C6EFD6. Grayscale: #1F1F1F. Windows color (decimal): -13037527 or 2691129. OLE color: 2691129.

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

Color convert

RGB571641-
CMYK00.720.280.78
HSL323.41º56.16%14.31%-
HSV(B)323.41º71.93%22.35%-
XYZ2.271.42.25-
YUV31.11133.58146.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=50%
G=14.04%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57164100.720.280.78323.4156.1614.31
Hex3910290481C4E14338e
Octal7120510110341165037016
Binary11100110000101001010010001110010011101010000111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391029; }

 p { color: rgb(57,16,41); }

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

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

 a { background-color: rgb(57,16,41); }

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

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

 span { border-color: rgb(57,16,41); }

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