#430B2B

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

Shades of Blackberry #430B2B

Tints of Blackberry #430B2B

Color information

#430B2B (or 0x430B2B) is unknown color: approx Blackberry. HEX triplet: 43, 0B and 2B. RGB value is (67,11,43). Sum of RGB (Red+Green+Blue) = 67+11+43=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #430B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B2B is #BCF4D4. Grayscale: #1F1F1F. Windows color (decimal): -12383445 or 2820931. OLE color: 2820931.

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

Color convert

RGB671143-
CMYK00.840.360.74
HSL325.71º71.79%15.29%-
HSV(B)325.71º83.58%26.27%-
XYZ2.871.612.44-
YUV31.39134.55153.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 11 (4.69% from 255) = 9.09%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=55.37%
G=9.09%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67114300.840.360.74325.7171.7915.29
Hex43B2B054244A14648f
Octal103135301244411250611017
Binary1000011101110101101010100100100100101010100011010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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