Html Css Color HEX #441132 Blackberry

📋 copy color: '#441132'

red 68 ◦ green 17 ◦ blue 50

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

Shades of Blackberry #441132

Tints of Blackberry #441132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

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

R = 50.37%
G = 12.59%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#441132 (or 0x441132) is known color: Blackberry. HEX triplet: 44, 11 and 32. RGB value is (68,17,50). Sum of RGB (Red+Green+Blue) = 68+17+50=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #441132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441132 is #BBEECD. Grayscale: #232323. Windows color (decimal): -12316366 or 3281220. OLE color: 3281220.

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

Color convert

RGB 68 17 50 -
CMYK 0 0.75 0.26 0.73
HSL 321.18º 0.6% 0.17% -
HSV(B) 321.18º 0.75% 0.27% -
XYZ 3.16 1.86 3.21 -
YUV 36.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 68 17 50 0 0.75 0.26 0.73 321.18 0.6 0.17
Hex 44 11 32 0 4B 1A 49 141 3C 11
Octal 104 21 62 0 113 32 111 501 74 21
Binary 1000100 10001 110010 0 1001011 11010 1001001 101000001 111100 10001

Color Harmonies of #441132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441132

Black with #441132

Text Example


Text Example

White with #441132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441132; }

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

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

background-color css

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

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

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

border-color css

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

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

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