Html Css Color HEX #460935 Blackberry

📋 copy color: '#460935'

red 70 ◦ green 9 ◦ blue 53

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

Shades of Blackberry #460935

Tints of Blackberry #460935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

 BLUE value IS 53 (21.09% from 255) = 40.15%

R = 53.03%
G = 6.82%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#460935 (or 0x460935) is known color: Blackberry. HEX triplet: 46, 09 and 35. RGB value is (70,9,53). Sum of RGB (Red+Green+Blue) = 70+9+53=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #460935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460935 is #B9F6CA. Grayscale: #202020. Windows color (decimal): -12187339 or 3475782. OLE color: 3475782.

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

Color convert

RGB 70 9 53 -
CMYK 0 0.87 0.24 0.73
HSL 316.72º 0.77% 0.15% -
HSV(B) 316.72º 0.87% 0.27% -
XYZ 3.27 1.75 3.53 -
YUV 32.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 70 9 53 0 0.87 0.24 0.73 316.72 0.77 0.15
Hex 46 9 35 0 57 18 49 13D 4D F
Octal 106 11 65 0 127 30 111 475 115 17
Binary 1000110 1001 110101 0 1010111 11000 1001001 100111101 1001101 1111

Color Harmonies of #460935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460935

Black with #460935

Text Example


Text Example

White with #460935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460935; }

 p { color: rgb(70,9,53); }

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

background-color css

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

 a { background-color: rgb(70,9,53); }

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

border-color css

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

 span { border-color: rgb(70,9,53); }

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