#430A33

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

Shades of Blackberry #430A33

Tints of Blackberry #430A33

Color information

#430A33 (or 0x430A33) is unknown color: approx Blackberry. HEX triplet: 43, 0A and 33. RGB value is (67,10,51). Sum of RGB (Red+Green+Blue) = 67+10+51=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #430A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A33 is #BCF5CC. Grayscale: #1F1F1F. Windows color (decimal): -12383693 or 3344963. OLE color: 3344963.

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

Color convert

RGB671051-
CMYK00.850.240.74
HSL316.84º74.03%15.1%-
HSV(B)316.84º85.07%26.27%-
XYZ3.021.653.29-
YUV31.72138.88153.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 10 (4.30% from 255) = 7.81%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=52.34%
G=7.81%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67105100.850.240.74316.8474.0315.1
Hex43A33055184A13d4af
Octal103126301253011247511217
Binary100001110101100110101010111000100101010011110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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