#430D2D

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

Shades of Blackberry #430D2D

Tints of Blackberry #430D2D

Color information

#430D2D (or 0x430D2D) is unknown color: approx Blackberry. HEX triplet: 43, 0D and 2D. RGB value is (67,13,45). Sum of RGB (Red+Green+Blue) = 67+13+45=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #430D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D2D is #BCF2D2. Grayscale: #202020. Windows color (decimal): -12382931 or 2952515. OLE color: 2952515.

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

Color convert

RGB671345-
CMYK00.810.330.74
HSL324.44º67.5%15.69%-
HSV(B)324.44º80.6%26.27%-
XYZ2.931.672.65-
YUV32.79134.89152.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 13 (5.47% from 255) = 10.4%
BLUE value IS 45 (17.97% from 255) = 36%
R=53.6%
G=10.4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67134500.810.330.74324.4467.515.69
Hex43D2D051214A1444410
Octal103155501214111250410420
Binary10000111101101101010100011000011001010101000100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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