Html Css Color HEX #441531 Blackberry

📋 copy color: '#441531'

red 68 ◦ green 21 ◦ blue 49

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

Shades of Blackberry #441531

Tints of Blackberry #441531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 35.51%

R = 49.28%
G = 15.22%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#441531 (or 0x441531) is known color: Blackberry. HEX triplet: 44, 15 and 31. RGB value is (68,21,49). Sum of RGB (Red+Green+Blue) = 68+21+49=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #441531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441531 is #BBEACE. Grayscale: #262626. Windows color (decimal): -12315343 or 3216708. OLE color: 3216708.

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

Color convert

RGB 68 21 49 -
CMYK 0 0.69 0.28 0.73
HSL 324.26º 0.53% 0.17% -
HSV(B) 324.26º 0.69% 0.27% -
XYZ 3.21 1.99 3.12 -
YUV 38.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 68 21 49 0 0.69 0.28 0.73 324.26 0.53 0.17
Hex 44 15 31 0 45 1C 49 144 35 11
Octal 104 25 61 0 105 34 111 504 65 21
Binary 1000100 10101 110001 0 1000101 11100 1001001 101000100 110101 10001

Color Harmonies of #441531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441531

Black with #441531

Text Example


Text Example

White with #441531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441531; }

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

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

background-color css

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

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

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

border-color css

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

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

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