#430A34

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

Shades of Blackberry #430A34

Tints of Blackberry #430A34

Color information

#430A34 (or 0x430A34) is unknown color: approx Blackberry. HEX triplet: 43, 0A and 34. RGB value is (67,10,52). Sum of RGB (Red+Green+Blue) = 67+10+52=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #430A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A34 is #BCF5CB. Grayscale: #1F1F1F. Windows color (decimal): -12383692 or 3410499. OLE color: 3410499.

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

Color convert

RGB671052-
CMYK00.850.220.74
HSL315.79º74.03%15.1%-
HSV(B)315.79º85.07%26.27%-
XYZ3.041.663.41-
YUV31.83139.38153.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.94%
GREEN value IS 10 (4.30% from 255) = 7.75%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=51.94%
G=7.75%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67105200.850.220.74315.7974.0315.1
Hex43A34055164A13c4af
Octal103126401252611247411217
Binary100001110101101000101010110110100101010011110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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