Html Css Color HEX #441031 Blackberry

📋 copy color: '#441031'

red 68 ◦ green 16 ◦ blue 49

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

Shades of Blackberry #441031

Tints of Blackberry #441031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

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

R = 51.13%
G = 12.03%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#441031 (or 0x441031) is known color: Blackberry. HEX triplet: 44, 10 and 31. RGB value is (68,16,49). Sum of RGB (Red+Green+Blue) = 68+16+49=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #441031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441031 is #BBEFCE. Grayscale: #232323. Windows color (decimal): -12316623 or 3215428. OLE color: 3215428.

HSL color Cylindrical-coordinate representation of color #441031: hue angle of 321.92º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441031 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 16 49 -
CMYK 0 0.76 0.28 0.73
HSL 321.92º 0.62% 0.16% -
HSV(B) 321.92º 0.76% 0.27% -
XYZ 3.12 1.82 3.09 -
YUV 35.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 68 16 49 0 0.76 0.28 0.73 321.92 0.62 0.16
Hex 44 10 31 0 4C 1C 49 142 3E 10
Octal 104 20 61 0 114 34 111 502 76 20
Binary 1000100 10000 110001 0 1001100 11100 1001001 101000010 111110 10000

Color Harmonies of #441031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441031

Black with #441031

Text Example


Text Example

White with #441031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441031; }

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

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

background-color css

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

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

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

border-color css

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

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

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