Html Css Color HEX #460231 Blackberry

📋 copy color: '#460231'

red 70 ◦ green 2 ◦ blue 49

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

Shades of Blackberry #460231

Tints of Blackberry #460231

RGB

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

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

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

R = 57.85%
G = 1.65%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#460231 (or 0x460231) is known color: Blackberry. HEX triplet: 46, 02 and 31. RGB value is (70,2,49). Sum of RGB (Red+Green+Blue) = 70+2+49=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #460231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460231 is #B9FDCE. Grayscale: #1B1B1B. Windows color (decimal): -12189135 or 3211846. OLE color: 3211846.

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

Color convert

RGB 70 2 49 -
CMYK 0 0.97 0.30 0.73
HSL 318.53º 0.94% 0.14% -
HSV(B) 318.53º 0.97% 0.27% -
XYZ 3.1 1.57 3.04 -
YUV 27.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 70 2 49 0 0.97 0.30 0.73 318.53 0.94 0.14
Hex 46 2 31 0 61 1E 49 13F 5E E
Octal 106 2 61 0 141 36 111 477 136 16
Binary 1000110 10 110001 0 1100001 11110 1001001 100111111 1011110 1110

Color Harmonies of #460231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460231

Black with #460231

Text Example


Text Example

White with #460231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460231; }

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

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

background-color css

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

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

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

border-color css

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

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

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