#431337

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

Shades of Blackberry #431337

Tints of Blackberry #431337

Color information

#431337 (or 0x431337) is unknown color: approx Blackberry. HEX triplet: 43, 13 and 37. RGB value is (67,19,55). Sum of RGB (Red+Green+Blue) = 67+19+55=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431337 is #BCECC8. Grayscale: #252525. Windows color (decimal): -12381385 or 3609411. OLE color: 3609411.

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

Color convert

RGB671955-
CMYK00.720.180.74
HSL315º55.81%16.86%-
HSV(B)315º71.64%26.27%-
XYZ3.241.933.82-
YUV37.46137.9149.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=47.52%
G=13.48%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67195500.720.180.7431555.8116.86
Hex431337048124A13b3811
Octal10323670110221124737021
Binary1000011100111101110100100010010100101010011101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431337; }

 p { color: rgb(67,19,55); }

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

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

 a { background-color: rgb(67,19,55); }

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

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

 span { border-color: rgb(67,19,55); }

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