#441838

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

Shades of Blackberry #441838

Tints of Blackberry #441838

Color information

#441838 (or 0x441838) is unknown color: approx Blackberry. HEX triplet: 44, 18 and 38. RGB value is (68,24,56). Sum of RGB (Red+Green+Blue) = 68+24+56=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #441838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441838 is #BBE7C7. Grayscale: #282828. Windows color (decimal): -12314568 or 3676228. OLE color: 3676228.

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

Color convert

RGB682456-
CMYK00.650.180.73
HSL316.36º47.83%18.04%-
HSV(B)316.36º64.71%26.67%-
XYZ3.422.173.98-
YUV40.8136.58147.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=45.95%
G=16.22%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68245600.650.180.73316.3647.8318.04
Hex441838041124913c3012
Octal10430700101221114746022
Binary1000100110001110000100000110010100100110011110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441838; }

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

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

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

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

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

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

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

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