Html Css Color HEX #441529 Blackberry

📋 copy color: '#441529'

red 68 ◦ green 21 ◦ blue 41

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

Shades of Blackberry #441529

Tints of Blackberry #441529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

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

R = 52.31%
G = 16.15%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#441529 (or 0x441529) is known color: Blackberry. HEX triplet: 44, 15 and 29. RGB value is (68,21,41). Sum of RGB (Red+Green+Blue) = 68+21+41=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #441529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441529 is #BBEAD6. Grayscale: #252525. Windows color (decimal): -12315351 or 2692420. OLE color: 2692420.

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

Color convert

RGB 68 21 41 -
CMYK 0 0.69 0.40 0.73
HSL 334.47º 0.53% 0.17% -
HSV(B) 334.47º 0.69% 0.27% -
XYZ 3.05 1.93 2.31 -
YUV 37.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 68 21 41 0 0.69 0.40 0.73 334.47 0.53 0.17
Hex 44 15 29 0 45 28 49 14E 35 11
Octal 104 25 51 0 105 50 111 516 65 21
Binary 1000100 10101 101001 0 1000101 101000 1001001 101001110 110101 10001

Color Harmonies of #441529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441529

Black with #441529

Text Example


Text Example

White with #441529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441529; }

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

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

background-color css

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

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

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

border-color css

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

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

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