#431027

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

Shades of Blackberry #431027

Tints of Blackberry #431027

Color information

#431027 (or 0x431027) is unknown color: approx Blackberry. HEX triplet: 43, 10 and 27. RGB value is (67,16,39). Sum of RGB (Red+Green+Blue) = 67+16+39=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431027 is #BCEFD8. Grayscale: #212121. Windows color (decimal): -12382169 or 2560067. OLE color: 2560067.

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

Color convert

RGB671639-
CMYK00.760.420.74
HSL332.94º61.45%16.27%-
HSV(B)332.94º76.12%26.27%-
XYZ2.871.712.1-
YUV33.87130.9151.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=54.92%
G=13.11%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67163900.760.420.74332.9461.4516.27
Hex43102704C2A4A14d3d10
Octal10320470114521125157520
Binary10000111000010011101001100101010100101010100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431027; }

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

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

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

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

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

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

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

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