Html Css Color HEX #441832 Blackberry

📋 copy color: '#441832'

red 68 ◦ green 24 ◦ blue 50

#441832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #441832

Tints of Blackberry #441832

RGB

 RED value IS 68 (26.95% from 255) = 47.89%

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 50 (19.92% from 255) = 35.21%

R = 47.89%
G = 16.9%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#441832 (or 0x441832) is known color: Blackberry. HEX triplet: 44, 18 and 32. RGB value is (68,24,50). Sum of RGB (Red+Green+Blue) = 68+24+50=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #441832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441832 is #BBE7CD. Grayscale: #282828. Windows color (decimal): -12314574 or 3283012. OLE color: 3283012.

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

Color convert

RGB 68 24 50 -
CMYK 0 0.65 0.26 0.73
HSL 324.55º 0.48% 0.18% -
HSV(B) 324.55º 0.65% 0.27% -
XYZ 3.29 2.11 3.25 -
YUV 40.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 68 24 50 0 0.65 0.26 0.73 324.55 0.48 0.18
Hex 44 18 32 0 41 1A 49 145 30 12
Octal 104 30 62 0 101 32 111 505 60 22
Binary 1000100 11000 110010 0 1000001 11010 1001001 101000101 110000 10010

Color Harmonies of #441832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441832

Black with #441832

Text Example


Text Example

White with #441832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441832; }

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

 H1.HeaderClassName
 {
   color: #441832;
 }
 .AnyTagClassName
 {
   color: #441832;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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