#451225

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

Shades of Blackberry #451225

Tints of Blackberry #451225

Color information

#451225 (or 0x451225) is unknown color: approx Blackberry. HEX triplet: 45, 12 and 25. RGB value is (69,18,37). Sum of RGB (Red+Green+Blue) = 69+18+37=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #451225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451225 is #BAEDDA. Grayscale: #232323. Windows color (decimal): -12250587 or 2429509. OLE color: 2429509.

HSL color Cylindrical-coordinate representation of color #451225: hue angle of 337.65º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451225 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB691837-
CMYK00.740.460.73
HSL337.65º58.62%17.06%-
HSV(B)337.65º73.91%27.06%-
XYZ31.831.95-
YUV35.42128.9151.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.65%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=55.65%
G=14.52%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69183700.740.460.73337.6558.6217.06
Hex45122504A2E491523b11
Octal10522450112561115227321
Binary10001011001010010101001010101110100100110101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451225; }

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

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

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

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

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

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

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

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