Html Css Color HEX #441932 Blackberry

📋 copy color: '#441932'

red 68 ◦ green 25 ◦ blue 50

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

Shades of Blackberry #441932

Tints of Blackberry #441932

RGB

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

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

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

R = 47.55%
G = 17.48%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#441932 (or 0x441932) is known color: Blackberry. HEX triplet: 44, 19 and 32. RGB value is (68,25,50). Sum of RGB (Red+Green+Blue) = 68+25+50=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #441932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441932 is #BBE6CD. Grayscale: #282828. Windows color (decimal): -12314318 or 3283268. OLE color: 3283268.

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

Color convert

RGB 68 25 50 -
CMYK 0 0.63 0.26 0.73
HSL 325.12º 0.46% 0.18% -
HSV(B) 325.12º 0.63% 0.27% -
XYZ 3.31 2.15 3.26 -
YUV 40.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 68 25 50 0 0.63 0.26 0.73 325.12 0.46 0.18
Hex 44 19 32 0 3F 1A 49 145 2E 12
Octal 104 31 62 0 77 32 111 505 56 22
Binary 1000100 11001 110010 0 111111 11010 1001001 101000101 101110 10010

Color Harmonies of #441932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441932

Black with #441932

Text Example


Text Example

White with #441932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441932; }

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

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

background-color css

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

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

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

border-color css

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

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

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