#441C2F

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

Shades of Blackberry #441C2F

Tints of Blackberry #441C2F

Color information

#441C2F (or 0x441C2F) is unknown color: approx Blackberry. HEX triplet: 44, 1C and 2F. RGB value is (68,28,47). Sum of RGB (Red+Green+Blue) = 68+28+47=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #441C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C2F is #BBE3D0. Grayscale: #2A2A2A. Windows color (decimal): -12313553 or 3087428. OLE color: 3087428.

HSL color Cylindrical-coordinate representation of color #441C2F: hue angle of 331.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441C2F is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB682847-
CMYK00.590.310.73
HSL331.5º41.67%18.82%-
HSV(B)331.5º58.82%26.67%-
XYZ3.312.262.95-
YUV42.13130.75146.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 28 (11.33% from 255) = 19.58%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=47.55%
G=19.58%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68284700.590.310.73331.541.6718.82
Hex441C2F03B1F4914c2a13
Octal1043457073371115145223
Binary100010011100101111011101111111100100110100110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441C2F; }

 p { color: rgb(68,28,47); }

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

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

 a { background-color: rgb(68,28,47); }

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

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

 span { border-color: rgb(68,28,47); }

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