#430B39

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

Shades of Blackberry #430B39

Tints of Blackberry #430B39

Color information

#430B39 (or 0x430B39) is unknown color: approx Blackberry. HEX triplet: 43, 0B and 39. RGB value is (67,11,57). Sum of RGB (Red+Green+Blue) = 67+11+57=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #430B39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B39 is #BCF4C6. Grayscale: #202020. Windows color (decimal): -12383431 or 3738435. OLE color: 3738435.

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

Color convert

RGB671157-
CMYK00.840.150.74
HSL310.71º71.79%15.29%-
HSV(B)310.71º83.58%26.27%-
XYZ3.171.734.04-
YUV32.99141.55152.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.63%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 57 (22.66% from 255) = 42.22%
R=49.63%
G=8.15%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67115700.840.150.74310.7171.7915.29
Hex43B39054F4A13748f
Octal103137101241711246711017
Binary10000111011111001010101001111100101010011011110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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