#431935

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

Shades of Blackberry #431935

Tints of Blackberry #431935

Color information

#431935 (or 0x431935) is unknown color: approx Blackberry. HEX triplet: 43, 19 and 35. RGB value is (67,25,53). Sum of RGB (Red+Green+Blue) = 67+25+53=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #431935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431935 is #BCE6CA. Grayscale: #282828. Windows color (decimal): -12379851 or 3479875. OLE color: 3479875.

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

Color convert

RGB672553-
CMYK00.630.210.74
HSL320º45.65%18.04%-
HSV(B)320º62.69%26.27%-
XYZ3.32.153.61-
YUV40.75134.91146.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.21%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=46.21%
G=17.24%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67255300.630.210.7432045.6518.04
Hex43193503F154A1402e12
Octal1033165077251125005622
Binary100001111001110101011111110101100101010100000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431935; }

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

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

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

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

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

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

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

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