#441225

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

Shades of Blackberry #441225

Tints of Blackberry #441225

Color information

#441225 (or 0x441225) is unknown color: approx Blackberry. HEX triplet: 44, 12 and 25. RGB value is (68,18,37). Sum of RGB (Red+Green+Blue) = 68+18+37=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441225 is #BBEDDA. Grayscale: #232323. Windows color (decimal): -12316123 or 2429508. OLE color: 2429508.

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

Color convert

RGB681837-
CMYK00.740.460.73
HSL337.2º58.14%16.86%-
HSV(B)337.2º73.53%26.67%-
XYZ2.931.81.94-
YUV35.12129.06151.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=55.28%
G=14.63%
B=30.08%

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
Decimal68183700.740.460.73337.258.1416.86
Hex44122504A2E491513a11
Octal10422450112561115217221
Binary10001001001010010101001010101110100100110101000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441225; }

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

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

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

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

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

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

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

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