#431225

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

Shades of Blackberry #431225

Tints of Blackberry #431225

Color information

#431225 (or 0x431225) is unknown color: approx Blackberry. HEX triplet: 43, 12 and 25. RGB value is (67,18,37). Sum of RGB (Red+Green+Blue) = 67+18+37=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431225 is #BCEDDA. Grayscale: #222222. Windows color (decimal): -12381659 or 2429507. OLE color: 2429507.

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

Color convert

RGB671837-
CMYK00.730.450.74
HSL336.73º57.65%16.67%-
HSV(B)336.73º73.13%26.27%-
XYZ2.861.761.94-
YUV34.82129.23150.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=54.92%
G=14.75%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67183700.730.450.74336.7357.6516.67
Hex4312250492D4A1513a11
Octal10322450111551125217221
Binary10000111001010010101001001101101100101010101000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431225; }

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

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

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

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

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

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

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

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