Html Css Color HEX #441332 Blackberry

📋 copy color: '#441332'

red 68 ◦ green 19 ◦ blue 50

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

Shades of Blackberry #441332

Tints of Blackberry #441332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

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

R = 49.64%
G = 13.87%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#441332 (or 0x441332) is known color: Blackberry. HEX triplet: 44, 13 and 32. RGB value is (68,19,50). Sum of RGB (Red+Green+Blue) = 68+19+50=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #441332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441332 is #BBECCD. Grayscale: #252525. Windows color (decimal): -12315854 or 3281732. OLE color: 3281732.

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

Color convert

RGB 68 19 50 -
CMYK 0 0.72 0.26 0.73
HSL 322.04º 0.56% 0.17% -
HSV(B) 322.04º 0.72% 0.27% -
XYZ 3.19 1.92 3.22 -
YUV 37.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 68 19 50 0 0.72 0.26 0.73 322.04 0.56 0.17
Hex 44 13 32 0 48 1A 49 142 38 11
Octal 104 23 62 0 110 32 111 502 70 21
Binary 1000100 10011 110010 0 1001000 11010 1001001 101000010 111000 10001

Color Harmonies of #441332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441332

Black with #441332

Text Example


Text Example

White with #441332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441332; }

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

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

background-color css

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

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

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

border-color css

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

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

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