#431139

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

Shades of Blackberry #431139

Tints of Blackberry #431139

Color information

#431139 (or 0x431139) is unknown color: approx Blackberry. HEX triplet: 43, 11 and 39. RGB value is (67,17,57). Sum of RGB (Red+Green+Blue) = 67+17+57=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431139 is #BCEEC6. Grayscale: #242424. Windows color (decimal): -12381895 or 3739971. OLE color: 3739971.

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

Color convert

RGB671757-
CMYK00.750.150.74
HSL312º59.52%16.47%-
HSV(B)312º74.63%26.27%-
XYZ3.251.894.06-
YUV36.51139.56149.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=47.52%
G=12.06%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67175700.750.150.7431259.5216.47
Hex43113904BF4A1383c10
Octal10321710113171124707420
Binary100001110001111001010010111111100101010011100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431139; }

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

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

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

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

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

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

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

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