Html Css Color HEX #441032 Blackberry

📋 copy color: '#441032'

red 68 ◦ green 16 ◦ blue 50

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

Shades of Blackberry #441032

Tints of Blackberry #441032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

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

R = 50.75%
G = 11.94%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#441032 (or 0x441032) is known color: Blackberry. HEX triplet: 44, 10 and 32. RGB value is (68,16,50). Sum of RGB (Red+Green+Blue) = 68+16+50=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #441032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441032 is #BBEFCD. Grayscale: #232323. Windows color (decimal): -12316622 or 3280964. OLE color: 3280964.

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

Color convert

RGB 68 16 50 -
CMYK 0 0.76 0.26 0.73
HSL 320.77º 0.62% 0.16% -
HSV(B) 320.77º 0.76% 0.27% -
XYZ 3.14 1.83 3.21 -
YUV 35.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 68 16 50 0 0.76 0.26 0.73 320.77 0.62 0.16
Hex 44 10 32 0 4C 1A 49 141 3E 10
Octal 104 20 62 0 114 32 111 501 76 20
Binary 1000100 10000 110010 0 1001100 11010 1001001 101000001 111110 10000

Color Harmonies of #441032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441032

Black with #441032

Text Example


Text Example

White with #441032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441032; }

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

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

background-color css

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

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

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

border-color css

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

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

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