Html Css Color HEX #441936 Blackberry

📋 copy color: '#441936'

red 68 ◦ green 25 ◦ blue 54

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

Shades of Blackberry #441936

Tints of Blackberry #441936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 36.73%

R = 46.26%
G = 17.01%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#441936 (or 0x441936) is known color: Blackberry. HEX triplet: 44, 19 and 36. RGB value is (68,25,54). Sum of RGB (Red+Green+Blue) = 68+25+54=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #441936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441936 is #BBE6C9. Grayscale: #292929. Windows color (decimal): -12314314 or 3545412. OLE color: 3545412.

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

Color convert

RGB 68 25 54 -
CMYK 0 0.63 0.21 0.73
HSL 319.53º 0.46% 0.18% -
HSV(B) 319.53º 0.63% 0.27% -
XYZ 3.4 2.19 3.73 -
YUV 41.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 68 25 54 0 0.63 0.21 0.73 319.53 0.46 0.18
Hex 44 19 36 0 3F 15 49 140 2E 12
Octal 104 31 66 0 77 25 111 500 56 22
Binary 1000100 11001 110110 0 111111 10101 1001001 101000000 101110 10010

Color Harmonies of #441936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441936

Black with #441936

Text Example


Text Example

White with #441936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441936; }

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

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

background-color css

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

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

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

border-color css

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

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

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