Html Css Color HEX #460831 Blackberry

📋 copy color: '#460831'

red 70 ◦ green 8 ◦ blue 49

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

Shades of Blackberry #460831

Tints of Blackberry #460831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

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

R = 55.12%
G = 6.3%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#460831 (or 0x460831) is known color: Blackberry. HEX triplet: 46, 08 and 31. RGB value is (70,8,49). Sum of RGB (Red+Green+Blue) = 70+8+49=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #460831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460831 is #B9F7CE. Grayscale: #1F1F1F. Windows color (decimal): -12187599 or 3213382. OLE color: 3213382.

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

Color convert

RGB 70 8 49 -
CMYK 0 0.89 0.30 0.73
HSL 320.32º 0.79% 0.15% -
HSV(B) 320.32º 0.89% 0.27% -
XYZ 3.17 1.7 3.07 -
YUV 31.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 70 8 49 0 0.89 0.30 0.73 320.32 0.79 0.15
Hex 46 8 31 0 59 1E 49 140 4F F
Octal 106 10 61 0 131 36 111 500 117 17
Binary 1000110 1000 110001 0 1011001 11110 1001001 101000000 1001111 1111

Color Harmonies of #460831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460831

Black with #460831

Text Example


Text Example

White with #460831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460831; }

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

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

background-color css

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

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

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

border-color css

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

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

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