Html Css Color HEX #441D32 Blackberry

📋 copy color: '#441D32'

red 68 ◦ green 29 ◦ blue 50

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

Shades of Blackberry #441D32

Tints of Blackberry #441D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

 BLUE value IS 50 (19.92% from 255) = 34.01%

R = 46.26%
G = 19.73%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#441D32 (or 0x441D32) is known color: Blackberry. HEX triplet: 44, 1D and 32. RGB value is (68,29,50). Sum of RGB (Red+Green+Blue) = 68+29+50=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #441D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D32 is #BBE2CD. Grayscale: #2B2B2B. Windows color (decimal): -12313294 or 3284292. OLE color: 3284292.

HSL color Cylindrical-coordinate representation of color #441D32: hue angle of 327.69º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D32 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 50 -
CMYK 0 0.57 0.26 0.73
HSL 327.69º 0.4% 0.19% -
HSV(B) 327.69º 0.57% 0.27% -
XYZ 3.4 2.34 3.29 -
YUV 43.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 68 29 50 0 0.57 0.26 0.73 327.69 0.4 0.19
Hex 44 1D 32 0 39 1A 49 148 28 13
Octal 104 35 62 0 71 32 111 510 50 23
Binary 1000100 11101 110010 0 111001 11010 1001001 101001000 101000 10011

Color Harmonies of #441D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D32

Black with #441D32

Text Example


Text Example

White with #441D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441D32; }

 p { color: rgb(68,29,50); }

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

background-color css

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

 a { background-color: rgb(68,29,50); }

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

border-color css

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

 span { border-color: rgb(68,29,50); }

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