#430C33

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

Shades of Blackberry #430C33

Tints of Blackberry #430C33

Color information

#430C33 (or 0x430C33) is unknown color: approx Blackberry. HEX triplet: 43, 0C and 33. RGB value is (67,12,51). Sum of RGB (Red+Green+Blue) = 67+12+51=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #430C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C33 is #BCF3CC. Grayscale: #202020. Windows color (decimal): -12383181 or 3345475. OLE color: 3345475.

HSL color Cylindrical-coordinate representation of color #430C33: hue angle of 317.45º 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 #430C33 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB671251-
CMYK00.820.240.74
HSL317.45º69.62%15.49%-
HSV(B)317.45º82.09%26.27%-
XYZ3.041.73.3-
YUV32.89138.22152.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 51 (20.31% from 255) = 39.23%
R=51.54%
G=9.23%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67125100.820.240.74317.4569.6215.49
Hex43C33052184A13d46f
Octal103146301223011247510617
Binary100001111001100110101001011000100101010011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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