#430C32

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

Shades of Blackberry #430C32

Tints of Blackberry #430C32

Color information

#430C32 (or 0x430C32) is unknown color: approx Blackberry. HEX triplet: 43, 0C and 32. RGB value is (67,12,50). Sum of RGB (Red+Green+Blue) = 67+12+50=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #430C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C32 is #BCF3CD. Grayscale: #202020. Windows color (decimal): -12383182 or 3279939. OLE color: 3279939.

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

Color convert

RGB671250-
CMYK00.820.250.74
HSL318.55º69.62%15.49%-
HSV(B)318.55º82.09%26.27%-
XYZ3.021.693.18-
YUV32.78137.72152.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.94%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=51.94%
G=9.30%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67125000.820.250.74318.5569.6215.49
Hex43C32052194A13f46f
Octal103146201223111247710617
Binary100001111001100100101001011001100101010011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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