Html Css Color HEX #441331 Blackberry

📋 copy color: '#441331'

red 68 ◦ green 19 ◦ blue 49

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

Shades of Blackberry #441331

Tints of Blackberry #441331

RGB

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

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

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

R = 50%
G = 13.97%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#441331 (or 0x441331) is known color: Blackberry. HEX triplet: 44, 13 and 31. RGB value is (68,19,49). Sum of RGB (Red+Green+Blue) = 68+19+49=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #441331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441331 is #BBECCE. Grayscale: #252525. Windows color (decimal): -12315855 or 3216196. OLE color: 3216196.

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

Color convert

RGB 68 19 49 -
CMYK 0 0.72 0.28 0.73
HSL 323.27º 0.56% 0.17% -
HSV(B) 323.27º 0.72% 0.27% -
XYZ 3.17 1.92 3.11 -
YUV 37.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 68 19 49 0 0.72 0.28 0.73 323.27 0.56 0.17
Hex 44 13 31 0 48 1C 49 143 38 11
Octal 104 23 61 0 110 34 111 503 70 21
Binary 1000100 10011 110001 0 1001000 11100 1001001 101000011 111000 10001

Color Harmonies of #441331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441331

Black with #441331

Text Example


Text Example

White with #441331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441331; }

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

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

background-color css

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

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

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

border-color css

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

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

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