Html Css Color HEX #440231 Blackberry

📋 copy color: '#440231'

red 68 ◦ green 2 ◦ blue 49

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

Shades of Blackberry #440231

Tints of Blackberry #440231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 57.14%
G = 1.68%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#440231 (or 0x440231) is known color: Blackberry. HEX triplet: 44, 02 and 31. RGB value is (68,2,49). Sum of RGB (Red+Green+Blue) = 68+2+49=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #440231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440231 is #BBFDCE. Grayscale: #1A1A1A. Windows color (decimal): -12320207 or 3211844. OLE color: 3211844.

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

Color convert

RGB 68 2 49 -
CMYK 0 0.97 0.28 0.73
HSL 317.27º 0.94% 0.14% -
HSV(B) 317.27º 0.97% 0.27% -
XYZ 2.96 1.49 3.04 -
YUV 27.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 68 2 49 0 0.97 0.28 0.73 317.27 0.94 0.14
Hex 44 2 31 0 61 1C 49 13D 5E E
Octal 104 2 61 0 141 34 111 475 136 16
Binary 1000100 10 110001 0 1100001 11100 1001001 100111101 1011110 1110

Color Harmonies of #440231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440231

Black with #440231

Text Example


Text Example

White with #440231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440231; }

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

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

background-color css

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

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

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

border-color css

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

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

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