#431535

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

Shades of Blackberry #431535

Tints of Blackberry #431535

Color information

#431535 (or 0x431535) is unknown color: approx Blackberry. HEX triplet: 43, 15 and 35. RGB value is (67,21,53). Sum of RGB (Red+Green+Blue) = 67+21+53=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431535 is #BCEACA. Grayscale: #262626. Windows color (decimal): -12380875 or 3478851. OLE color: 3478851.

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

Color convert

RGB672153-
CMYK00.690.210.74
HSL318.26º52.27%17.25%-
HSV(B)318.26º68.66%26.27%-
XYZ3.231.993.58-
YUV38.4136.24148.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=47.52%
G=14.89%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67215300.690.210.74318.2652.2717.25
Hex431535045154A13e3411
Octal10325650105251124766421
Binary1000011101011101010100010110101100101010011111011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431535; }

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

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

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

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

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

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

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

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