#430D32

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

Shades of Blackberry #430D32

Tints of Blackberry #430D32

Color information

#430D32 (or 0x430D32) is unknown color: approx Blackberry. HEX triplet: 43, 0D and 32. RGB value is (67,13,50). Sum of RGB (Red+Green+Blue) = 67+13+50=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #430D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D32 is #BCF2CD. Grayscale: #212121. Windows color (decimal): -12382926 or 3280195. OLE color: 3280195.

HSL color Cylindrical-coordinate representation of color #430D32: hue angle of 318.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D32 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB671350-
CMYK00.810.250.74
HSL318.89º67.5%15.69%-
HSV(B)318.89º80.6%26.27%-
XYZ3.031.713.19-
YUV33.36137.39151.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 13 (5.47% from 255) = 10%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=51.54%
G=10%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67135000.810.250.74318.8967.515.69
Hex43D32051194A13f4410
Octal103156201213111247710420
Binary1000011110111001001010001110011001010100111111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430D32; }

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

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

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

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

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

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

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

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