#431038

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

Shades of Blackberry #431038

Tints of Blackberry #431038

Color information

#431038 (or 0x431038) is unknown color: approx Blackberry. HEX triplet: 43, 10 and 38. RGB value is (67,16,56). Sum of RGB (Red+Green+Blue) = 67+16+56=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #431038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431038 is #BCEFC7. Grayscale: #232323. Windows color (decimal): -12382152 or 3674179. OLE color: 3674179.

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

Color convert

RGB671656-
CMYK00.760.160.74
HSL312.94º61.45%16.27%-
HSV(B)312.94º76.12%26.27%-
XYZ3.211.853.93-
YUV35.81139.4150.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=48.20%
G=11.51%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67165600.760.160.74312.9461.4516.27
Hex43103804C104A1393d10
Octal10320700114201124717520
Binary1000011100001110000100110010000100101010011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431038; }

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

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

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

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

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

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

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

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