#441030

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

Shades of Blackberry #441030

Tints of Blackberry #441030

Color information

#441030 (or 0x441030) is unknown color: approx Blackberry. HEX triplet: 44, 10 and 30. RGB value is (68,16,48). Sum of RGB (Red+Green+Blue) = 68+16+48=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #441030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441030 is #BBEFCF. Grayscale: #232323. Windows color (decimal): -12316624 or 3149892. OLE color: 3149892.

HSL color Cylindrical-coordinate representation of color #441030: hue angle of 323.08º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441030 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB681648-
CMYK00.760.290.73
HSL323.08º61.9%16.47%-
HSV(B)323.08º76.47%26.67%-
XYZ3.11.812.98-
YUV35.2135.23151.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=51.52%
G=12.12%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68164800.760.290.73323.0861.916.47
Hex44103004C1D491433e10
Octal10420600114351115037620
Binary1000100100001100000100110011101100100110100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441030; }

 p { color: rgb(68,16,48); }

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

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

 a { background-color: rgb(68,16,48); }

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

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

 span { border-color: rgb(68,16,48); }

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