Html Css Color HEX #440131 Blackberry

📋 copy color: '#440131'

red 68 ◦ green 1 ◦ blue 49

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

Shades of Blackberry #440131

Tints of Blackberry #440131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 57.63%
G = 0.85%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#440131 (or 0x440131) is known color: Blackberry. HEX triplet: 44, 01 and 31. RGB value is (68,1,49). Sum of RGB (Red+Green+Blue) = 68+1+49=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #440131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440131 is #BBFECE. Grayscale: #1A1A1A. Windows color (decimal): -12320463 or 3211588. OLE color: 3211588.

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

Color convert

RGB 68 1 49 -
CMYK 0 0.99 0.28 0.73
HSL 317.01º 0.97% 0.14% -
HSV(B) 317.01º 0.99% 0.27% -
XYZ 2.95 1.47 3.03 -
YUV 26.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 68 1 49 0 0.99 0.28 0.73 317.01 0.97 0.14
Hex 44 1 31 0 63 1C 49 13D 61 E
Octal 104 1 61 0 143 34 111 475 141 16
Binary 1000100 1 110001 0 1100011 11100 1001001 100111101 1100001 1110

Color Harmonies of #440131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440131

Black with #440131

Text Example


Text Example

White with #440131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440131; }

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

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

background-color css

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

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

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

border-color css

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

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

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