Html Css Color HEX #441831 Blackberry

📋 copy color: '#441831'

red 68 ◦ green 24 ◦ blue 49

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

Shades of Blackberry #441831

Tints of Blackberry #441831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 48.23%
G = 17.02%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#441831 (or 0x441831) is known color: Blackberry. HEX triplet: 44, 18 and 31. RGB value is (68,24,49). Sum of RGB (Red+Green+Blue) = 68+24+49=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441831 is #BBE7CE. Grayscale: #272727. Windows color (decimal): -12314575 or 3217476. OLE color: 3217476.

HSL color Cylindrical-coordinate representation of color #441831: hue angle of 325.91º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441831 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 24 49 -
CMYK 0 0.65 0.28 0.73
HSL 325.91º 0.48% 0.18% -
HSV(B) 325.91º 0.65% 0.27% -
XYZ 3.26 2.1 3.14 -
YUV 40.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 68 24 49 0 0.65 0.28 0.73 325.91 0.48 0.18
Hex 44 18 31 0 41 1C 49 146 30 12
Octal 104 30 61 0 101 34 111 506 60 22
Binary 1000100 11000 110001 0 1000001 11100 1001001 101000110 110000 10010

Color Harmonies of #441831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441831

Black with #441831

Text Example


Text Example

White with #441831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441831; }

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

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

background-color css

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

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

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

border-color css

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

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

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