Html Css Color HEX #441629 Blackberry

📋 copy color: '#441629'

red 68 ◦ green 22 ◦ blue 41

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

Shades of Blackberry #441629

Tints of Blackberry #441629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.79%

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

R = 51.91%
G = 16.79%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#441629 (or 0x441629) is known color: Blackberry. HEX triplet: 44, 16 and 29. RGB value is (68,22,41). Sum of RGB (Red+Green+Blue) = 68+22+41=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #441629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441629 is #BBE9D6. Grayscale: #252525. Windows color (decimal): -12315095 or 2692676. OLE color: 2692676.

HSL color Cylindrical-coordinate representation of color #441629: hue angle of 335.22º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441629 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 22 41 -
CMYK 0 0.68 0.40 0.73
HSL 335.22º 0.51% 0.18% -
HSV(B) 335.22º 0.68% 0.27% -
XYZ 3.07 1.96 2.31 -
YUV 37.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 68 22 41 0 0.68 0.40 0.73 335.22 0.51 0.18
Hex 44 16 29 0 44 28 49 14F 33 12
Octal 104 26 51 0 104 50 111 517 63 22
Binary 1000100 10110 101001 0 1000100 101000 1001001 101001111 110011 10010

Color Harmonies of #441629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441629

Black with #441629

Text Example


Text Example

White with #441629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441629; }

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

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

background-color css

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

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

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

border-color css

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

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

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