#430A2B

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

Shades of Blackberry #430A2B

Tints of Blackberry #430A2B

Color information

#430A2B (or 0x430A2B) is unknown color: approx Blackberry. HEX triplet: 43, 0A and 2B. RGB value is (67,10,43). Sum of RGB (Red+Green+Blue) = 67+10+43=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #430A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A2B is #BCF5D4. Grayscale: #1E1E1E. Windows color (decimal): -12383701 or 2820675. OLE color: 2820675.

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

Color convert

RGB671043-
CMYK00.850.360.74
HSL325.26º74.03%15.1%-
HSV(B)325.26º85.07%26.27%-
XYZ2.861.582.44-
YUV30.8134.88153.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 10 (4.30% from 255) = 8.33%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=55.83%
G=8.33%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67104300.850.360.74325.2674.0315.1
Hex43A2B055244A1454af
Octal103125301254411250511217
Binary1000011101010101101010101100100100101010100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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