#430835

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

Shades of Blackberry #430835

Tints of Blackberry #430835

Color information

#430835 (or 0x430835) is unknown color: approx Blackberry. HEX triplet: 43, 08 and 35. RGB value is (67,8,53). Sum of RGB (Red+Green+Blue) = 67+8+53=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #430835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430835 is #BCF7CA. Grayscale: #1E1E1E. Windows color (decimal): -12384203 or 3475523. OLE color: 3475523.

HSL color Cylindrical-coordinate representation of color #430835: hue angle of 314.24º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430835 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB67853-
CMYK00.880.210.74
HSL314.24º78.67%14.71%-
HSV(B)314.24º88.06%26.27%-
XYZ3.041.623.52-
YUV30.77140.55153.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=52.34%
G=6.25%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6785300.880.210.74314.2478.6714.71
Hex43835058154A13a4ff
Octal103106501302511247211717
Binary100001110001101010101100010101100101010011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430835; }

 p { color: rgb(67,8,53); }

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

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

 a { background-color: rgb(67,8,53); }

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

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

 span { border-color: rgb(67,8,53); }

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