Html Css Color HEX #441532 Blackberry

📋 copy color: '#441532'

red 68 ◦ green 21 ◦ blue 50

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

Shades of Blackberry #441532

Tints of Blackberry #441532

RGB

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

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

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

R = 48.92%
G = 15.11%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#441532 (or 0x441532) is known color: Blackberry. HEX triplet: 44, 15 and 32. RGB value is (68,21,50). Sum of RGB (Red+Green+Blue) = 68+21+50=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #441532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441532 is #BBEACD. Grayscale: #262626. Windows color (decimal): -12315342 or 3282244. OLE color: 3282244.

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

Color convert

RGB 68 21 50 -
CMYK 0 0.69 0.26 0.73
HSL 322.98º 0.53% 0.17% -
HSV(B) 322.98º 0.69% 0.27% -
XYZ 3.23 2 3.23 -
YUV 38.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 68 21 50 0 0.69 0.26 0.73 322.98 0.53 0.17
Hex 44 15 32 0 45 1A 49 143 35 11
Octal 104 25 62 0 105 32 111 503 65 21
Binary 1000100 10101 110010 0 1000101 11010 1001001 101000011 110101 10001

Color Harmonies of #441532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441532

Black with #441532

Text Example


Text Example

White with #441532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441532; }

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

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

background-color css

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

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

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

border-color css

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

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

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