#431032

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

Shades of Blackberry #431032

Tints of Blackberry #431032

Color information

#431032 (or 0x431032) is unknown color: approx Blackberry. HEX triplet: 43, 10 and 32. RGB value is (67,16,50). Sum of RGB (Red+Green+Blue) = 67+16+50=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #431032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431032 is #BCEFCD. Grayscale: #232323. Windows color (decimal): -12382158 or 3280963. OLE color: 3280963.

HSL color Cylindrical-coordinate representation of color #431032: hue angle of 320º 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 #431032 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB671650-
CMYK00.760.250.74
HSL320º61.45%16.27%-
HSV(B)320º76.12%26.27%-
XYZ3.081.793.2-
YUV35.12136.4150.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=50.38%
G=12.03%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67165000.760.250.7432061.4516.27
Hex43103204C194A1403d10
Octal10320620114311125007520
Binary1000011100001100100100110011001100101010100000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431032; }

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

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

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

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

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

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

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

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