#431328

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

Shades of Blackberry #431328

Tints of Blackberry #431328

Color information

#431328 (or 0x431328) is unknown color: approx Blackberry. HEX triplet: 43, 13 and 28. RGB value is (67,19,40). Sum of RGB (Red+Green+Blue) = 67+19+40=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #431328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431328 is #BCECD7. Grayscale: #232323. Windows color (decimal): -12381400 or 2626371. OLE color: 2626371.

HSL color Cylindrical-coordinate representation of color #431328: hue angle of 333.75º 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 #431328 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB671940-
CMYK00.720.400.74
HSL333.75º55.81%16.86%-
HSV(B)333.75º71.64%26.27%-
XYZ2.931.812.2-
YUV35.75130.4150.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.17%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=53.17%
G=15.08%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67194000.720.400.74333.7555.8116.86
Hex431328048284A14e3811
Octal10323500110501125167021
Binary10000111001110100001001000101000100101010100111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431328; }

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

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

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

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

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

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

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

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