#431029

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

Shades of Blackberry #431029

Tints of Blackberry #431029

Color information

#431029 (or 0x431029) is unknown color: approx Blackberry. HEX triplet: 43, 10 and 29. RGB value is (67,16,41). Sum of RGB (Red+Green+Blue) = 67+16+41=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431029 is #BCEFD6. Grayscale: #222222. Windows color (decimal): -12382167 or 2691139. OLE color: 2691139.

HSL color Cylindrical-coordinate representation of color #431029: hue angle of 330.59º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431029 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB671641-
CMYK00.760.390.74
HSL330.59º61.45%16.27%-
HSV(B)330.59º76.12%26.27%-
XYZ2.91.722.28-
YUV34.1131.9151.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.03%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=54.03%
G=12.90%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67164100.760.390.74330.5961.4516.27
Hex43102904C274A14b3d10
Octal10320510114471125137520
Binary10000111000010100101001100100111100101010100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431029; }

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

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

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

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

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

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

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

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