Html Css Color HEX #460131 Blackberry

📋 copy color: '#460131'

red 70 ◦ green 1 ◦ blue 49

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

Shades of Blackberry #460131

Tints of Blackberry #460131

RGB

 RED value IS 70 (27.73% from 255) = 58.33%

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

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

R = 58.33%
G = 0.83%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#460131 (or 0x460131) is known color: Blackberry. HEX triplet: 46, 01 and 31. RGB value is (70,1,49). Sum of RGB (Red+Green+Blue) = 70+1+49=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #460131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460131 is #B9FECE. Grayscale: #1A1A1A. Windows color (decimal): -12189391 or 3211590. OLE color: 3211590.

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

Color convert

RGB 70 1 49 -
CMYK 0 0.99 0.30 0.73
HSL 318.26º 0.97% 0.14% -
HSV(B) 318.26º 0.99% 0.27% -
XYZ 3.09 1.55 3.04 -
YUV 27.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 70 1 49 0 0.99 0.30 0.73 318.26 0.97 0.14
Hex 46 1 31 0 63 1E 49 13E 61 E
Octal 106 1 61 0 143 36 111 476 141 16
Binary 1000110 1 110001 0 1100011 11110 1001001 100111110 1100001 1110

Color Harmonies of #460131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460131

Black with #460131

Text Example


Text Example

White with #460131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460131; }

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

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

background-color css

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

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

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

border-color css

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

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

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