#431028

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

Shades of Blackberry #431028

Tints of Blackberry #431028

Color information

#431028 (or 0x431028) is unknown color: approx Blackberry. HEX triplet: 43, 10 and 28. RGB value is (67,16,40). Sum of RGB (Red+Green+Blue) = 67+16+40=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431028 is #BCEFD7. Grayscale: #212121. Windows color (decimal): -12382168 or 2625603. OLE color: 2625603.

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

Color convert

RGB671640-
CMYK00.760.400.74
HSL331.76º61.45%16.27%-
HSV(B)331.76º76.12%26.27%-
XYZ2.881.722.19-
YUV33.98131.4151.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=54.47%
G=13.01%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67164000.760.400.74331.7661.4516.27
Hex43102804C284A14c3d10
Octal10320500114501125147520
Binary10000111000010100001001100101000100101010100110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431028; }

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

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

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

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

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

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

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

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