Html Css Color HEX #441131 Blackberry

📋 copy color: '#441131'

red 68 ◦ green 17 ◦ blue 49

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

Shades of Blackberry #441131

Tints of Blackberry #441131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.57%

R = 50.75%
G = 12.69%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#441131 (or 0x441131) is known color: Blackberry. HEX triplet: 44, 11 and 31. RGB value is (68,17,49). Sum of RGB (Red+Green+Blue) = 68+17+49=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #441131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441131 is #BBEECE. Grayscale: #232323. Windows color (decimal): -12316367 or 3215684. OLE color: 3215684.

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

Color convert

RGB 68 17 49 -
CMYK 0 0.75 0.28 0.73
HSL 322.35º 0.6% 0.17% -
HSV(B) 322.35º 0.75% 0.27% -
XYZ 3.14 1.85 3.1 -
YUV 35.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 68 17 49 0 0.75 0.28 0.73 322.35 0.6 0.17
Hex 44 11 31 0 4B 1C 49 142 3C 11
Octal 104 21 61 0 113 34 111 502 74 21
Binary 1000100 10001 110001 0 1001011 11100 1001001 101000010 111100 10001

Color Harmonies of #441131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441131

Black with #441131

Text Example


Text Example

White with #441131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441131; }

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

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

background-color css

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

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

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

border-color css

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

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

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