#430A35

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

Shades of Blackberry #430A35

Tints of Blackberry #430A35

Color information

#430A35 (or 0x430A35) is unknown color: approx Blackberry. HEX triplet: 43, 0A and 35. RGB value is (67,10,53). Sum of RGB (Red+Green+Blue) = 67+10+53=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #430A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A35 is #BCF5CA. Grayscale: #1F1F1F. Windows color (decimal): -12383691 or 3476035. OLE color: 3476035.

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

Color convert

RGB671053-
CMYK00.850.210.74
HSL314.74º74.03%15.1%-
HSV(B)314.74º85.07%26.27%-
XYZ3.071.673.53-
YUV31.94139.88153-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=51.54%
G=7.69%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67105300.850.210.74314.7474.0315.1
Hex43A35055154A13b4af
Octal103126501252511247311217
Binary100001110101101010101010110101100101010011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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