#430B2E

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

Shades of Blackberry #430B2E

Tints of Blackberry #430B2E

Color information

#430B2E (or 0x430B2E) is unknown color: approx Blackberry. HEX triplet: 43, 0B and 2E. RGB value is (67,11,46). Sum of RGB (Red+Green+Blue) = 67+11+46=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #430B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B2E is #BCF4D1. Grayscale: #1F1F1F. Windows color (decimal): -12383442 or 3017539. OLE color: 3017539.

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

Color convert

RGB671146-
CMYK00.840.310.74
HSL322.5º71.79%15.29%-
HSV(B)322.5º83.58%26.27%-
XYZ2.931.632.75-
YUV31.73136.05153.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.03%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=54.03%
G=8.87%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67114600.840.310.74322.571.7915.29
Hex43B2E0541F4A14248f
Octal103135601243711250211017
Binary100001110111011100101010011111100101010100001010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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