#430D2E

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

Shades of Blackberry #430D2E

Tints of Blackberry #430D2E

Color information

#430D2E (or 0x430D2E) is unknown color: approx Blackberry. HEX triplet: 43, 0D and 2E. RGB value is (67,13,46). Sum of RGB (Red+Green+Blue) = 67+13+46=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #430D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D2E is #BCF2D1. Grayscale: #202020. Windows color (decimal): -12382930 or 3018051. OLE color: 3018051.

HSL color Cylindrical-coordinate representation of color #430D2E: hue angle of 323.33º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D2E is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB671346-
CMYK00.810.310.74
HSL323.33º67.5%15.69%-
HSV(B)323.33º80.6%26.27%-
XYZ2.951.682.75-
YUV32.91135.39152.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.17%
GREEN value IS 13 (5.47% from 255) = 10.32%
BLUE value IS 46 (18.36% from 255) = 36.51%
R=53.17%
G=10.32%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67134600.810.310.74323.3367.515.69
Hex43D2E0511F4A1434410
Octal103155601213711250310420
Binary1000011110110111001010001111111001010101000011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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