Html Css Color HEX #460A31 Blackberry

📋 copy color: '#460A31'

red 70 ◦ green 10 ◦ blue 49

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

Shades of Blackberry #460A31

Tints of Blackberry #460A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

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

R = 54.26%
G = 7.75%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#460A31 (or 0x460A31) is known color: Blackberry. HEX triplet: 46, 0A and 31. RGB value is (70,10,49). Sum of RGB (Red+Green+Blue) = 70+10+49=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #460A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A31 is #B9F5CE. Grayscale: #202020. Windows color (decimal): -12187087 or 3213894. OLE color: 3213894.

HSL color Cylindrical-coordinate representation of color #460A31: hue angle of 321º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A31 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 10 49 -
CMYK 0 0.86 0.30 0.73
HSL 321º 0.75% 0.16% -
HSV(B) 321º 0.86% 0.27% -
XYZ 3.19 1.74 3.07 -
YUV 32.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 70 10 49 0 0.86 0.30 0.73 321 0.75 0.16
Hex 46 A 31 0 56 1E 49 141 4B 10
Octal 106 12 61 0 126 36 111 501 113 20
Binary 1000110 1010 110001 0 1010110 11110 1001001 101000001 1001011 10000

Color Harmonies of #460A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A31

Black with #460A31

Text Example


Text Example

White with #460A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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