Html Css Color HEX #441931 Blackberry

📋 copy color: '#441931'

red 68 ◦ green 25 ◦ blue 49

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

Shades of Blackberry #441931

Tints of Blackberry #441931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

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

R = 47.89%
G = 17.61%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#441931 (or 0x441931) is known color: Blackberry. HEX triplet: 44, 19 and 31. RGB value is (68,25,49). Sum of RGB (Red+Green+Blue) = 68+25+49=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #441931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441931 is #BBE6CE. Grayscale: #282828. Windows color (decimal): -12314319 or 3217732. OLE color: 3217732.

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

Color convert

RGB 68 25 49 -
CMYK 0 0.63 0.28 0.73
HSL 326.51º 0.46% 0.18% -
HSV(B) 326.51º 0.63% 0.27% -
XYZ 3.29 2.15 3.15 -
YUV 40.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 68 25 49 0 0.63 0.28 0.73 326.51 0.46 0.18
Hex 44 19 31 0 3F 1C 49 147 2E 12
Octal 104 31 61 0 77 34 111 507 56 22
Binary 1000100 11001 110001 0 111111 11100 1001001 101000111 101110 10010

Color Harmonies of #441931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441931

Black with #441931

Text Example


Text Example

White with #441931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441931; }

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

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

background-color css

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

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

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

border-color css

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

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

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