#441732

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

Shades of Blackberry #441732

Tints of Blackberry #441732

Color information

#441732 (or 0x441732) is unknown color: approx Blackberry. HEX triplet: 44, 17 and 32. RGB value is (68,23,50). Sum of RGB (Red+Green+Blue) = 68+23+50=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441732 is #BBE8CD. Grayscale: #272727. Windows color (decimal): -12314830 or 3282756. OLE color: 3282756.

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

Color convert

RGB682350-
CMYK00.660.260.73
HSL324º49.45%17.84%-
HSV(B)324º66.18%26.67%-
XYZ3.272.073.25-
YUV39.53133.91148.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=48.23%
G=16.31%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68235000.660.260.7332449.4517.84
Hex4417320421A491443112
Octal10427620102321115046122
Binary1000100101111100100100001011010100100110100010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441732; }

 p { color: rgb(68,23,50); }

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

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

 a { background-color: rgb(68,23,50); }

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

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

 span { border-color: rgb(68,23,50); }

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