Html Css Color HEX #440931 Blackberry

📋 copy color: '#440931'

red 68 ◦ green 9 ◦ blue 49

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

Shades of Blackberry #440931

Tints of Blackberry #440931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 53.97%
G = 7.14%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#440931 (or 0x440931) is known color: Blackberry. HEX triplet: 44, 09 and 31. RGB value is (68,9,49). Sum of RGB (Red+Green+Blue) = 68+9+49=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #440931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440931 is #BBF6CE. Grayscale: #1F1F1F. Windows color (decimal): -12318415 or 3213636. OLE color: 3213636.

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

Color convert

RGB 68 9 49 -
CMYK 0 0.87 0.28 0.73
HSL 319.32º 0.77% 0.15% -
HSV(B) 319.32º 0.87% 0.27% -
XYZ 3.04 1.65 3.06 -
YUV 31.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 68 9 49 0 0.87 0.28 0.73 319.32 0.77 0.15
Hex 44 9 31 0 57 1C 49 13F 4D F
Octal 104 11 61 0 127 34 111 477 115 17
Binary 1000100 1001 110001 0 1010111 11100 1001001 100111111 1001101 1111

Color Harmonies of #440931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440931

Black with #440931

Text Example


Text Example

White with #440931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440931; }

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

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

background-color css

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

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

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

border-color css

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

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

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