Html Css Color HEX #441336 Blackberry

📋 copy color: '#441336'

red 68 ◦ green 19 ◦ blue 54

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

Shades of Blackberry #441336

Tints of Blackberry #441336

RGB

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

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

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

R = 48.23%
G = 13.48%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#441336 (or 0x441336) is known color: Blackberry. HEX triplet: 44, 13 and 36. RGB value is (68,19,54). Sum of RGB (Red+Green+Blue) = 68+19+54=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441336 is #BBECC9. Grayscale: #252525. Windows color (decimal): -12315850 or 3543876. OLE color: 3543876.

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

Color convert

RGB 68 19 54 -
CMYK 0 0.72 0.21 0.73
HSL 317.14º 0.56% 0.17% -
HSV(B) 317.14º 0.72% 0.27% -
XYZ 3.28 1.96 3.7 -
YUV 37.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 68 19 54 0 0.72 0.21 0.73 317.14 0.56 0.17
Hex 44 13 36 0 48 15 49 13D 38 11
Octal 104 23 66 0 110 25 111 475 70 21
Binary 1000100 10011 110110 0 1001000 10101 1001001 100111101 111000 10001

Color Harmonies of #441336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441336

Black with #441336

Text Example


Text Example

White with #441336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441336; }

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

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

background-color css

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

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

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

border-color css

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

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

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