#441830

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

Shades of Blackberry #441830

Tints of Blackberry #441830

Color information

#441830 (or 0x441830) is unknown color: approx Blackberry. HEX triplet: 44, 18 and 30. RGB value is (68,24,48). Sum of RGB (Red+Green+Blue) = 68+24+48=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #441830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441830 is #BBE7CF. Grayscale: #272727. Windows color (decimal): -12314576 or 3151940. OLE color: 3151940.

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

Color convert

RGB682448-
CMYK00.650.290.73
HSL327.27º47.83%18.04%-
HSV(B)327.27º64.71%26.67%-
XYZ3.242.13.03-
YUV39.89132.58148.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=48.57%
G=17.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68244800.650.290.73327.2747.8318.04
Hex4418300411D491473012
Octal10430600101351115076022
Binary1000100110001100000100000111101100100110100011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441830; }

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

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

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

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

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

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

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

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