#431228

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

Shades of Blackberry #431228

Tints of Blackberry #431228

Color information

#431228 (or 0x431228) is unknown color: approx Blackberry. HEX triplet: 43, 12 and 28. RGB value is (67,18,40). Sum of RGB (Red+Green+Blue) = 67+18+40=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431228 is #BCEDD7. Grayscale: #232323. Windows color (decimal): -12381656 or 2626115. OLE color: 2626115.

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

Color convert

RGB671840-
CMYK00.730.400.74
HSL333.06º57.65%16.67%-
HSV(B)333.06º73.13%26.27%-
XYZ2.911.782.2-
YUV35.16130.73150.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 40 (16.02% from 255) = 32%
R=53.6%
G=14.4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67184000.730.400.74333.0657.6516.67
Hex431228049284A14d3a11
Octal10322500111501125157221
Binary10000111001010100001001001101000100101010100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431228; }

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

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

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

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

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

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

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

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