Html Css Color HEX #441329 Blackberry

📋 copy color: '#441329'

red 68 ◦ green 19 ◦ blue 41

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

Shades of Blackberry #441329

Tints of Blackberry #441329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 32.03%

R = 53.13%
G = 14.84%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#441329 (or 0x441329) is known color: Blackberry. HEX triplet: 44, 13 and 29. RGB value is (68,19,41). Sum of RGB (Red+Green+Blue) = 68+19+41=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #441329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441329 is #BBECD6. Grayscale: #242424. Windows color (decimal): -12315863 or 2691908. OLE color: 2691908.

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

Color convert

RGB 68 19 41 -
CMYK 0 0.72 0.40 0.73
HSL 333.06º 0.56% 0.17% -
HSV(B) 333.06º 0.72% 0.27% -
XYZ 3.02 1.85 2.3 -
YUV 36.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 68 19 41 0 0.72 0.40 0.73 333.06 0.56 0.17
Hex 44 13 29 0 48 28 49 14D 38 11
Octal 104 23 51 0 110 50 111 515 70 21
Binary 1000100 10011 101001 0 1001000 101000 1001001 101001101 111000 10001

Color Harmonies of #441329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441329

Black with #441329

Text Example


Text Example

White with #441329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441329; }

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

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

background-color css

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

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

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

border-color css

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

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

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