#431126

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

Shades of Blackberry #431126

Tints of Blackberry #431126

Color information

#431126 (or 0x431126) is unknown color: approx Blackberry. HEX triplet: 43, 11 and 26. RGB value is (67,17,38). Sum of RGB (Red+Green+Blue) = 67+17+38=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431126 is #BCEED9. Grayscale: #222222. Windows color (decimal): -12381914 or 2494787. OLE color: 2494787.

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

Color convert

RGB671738-
CMYK00.750.430.74
HSL334.8º59.52%16.47%-
HSV(B)334.8º74.63%26.27%-
XYZ2.871.732.02-
YUV34.34130.06151.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=54.92%
G=13.93%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67173800.750.430.74334.859.5216.47
Hex43112604B2B4A14f3c10
Octal10321460113531125177420
Binary10000111000110011001001011101011100101010100111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431126; }

 p { color: rgb(67,17,38); }

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

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

 a { background-color: rgb(67,17,38); }

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

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

 span { border-color: rgb(67,17,38); }

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