Html Css Color HEX #461535 Blackberry

📋 copy color: '#461535'

red 70 ◦ green 21 ◦ blue 53

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

Shades of Blackberry #461535

Tints of Blackberry #461535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

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

R = 48.61%
G = 14.58%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#461535 (or 0x461535) is known color: Blackberry. HEX triplet: 46, 15 and 35. RGB value is (70,21,53). Sum of RGB (Red+Green+Blue) = 70+21+53=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #461535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461535 is #B9EACA. Grayscale: #272727. Windows color (decimal): -12184267 or 3478854. OLE color: 3478854.

HSL color Cylindrical-coordinate representation of color #461535: hue angle of 320.82º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461535 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 53 -
CMYK 0 0.70 0.24 0.73
HSL 320.82º 0.54% 0.18% -
HSV(B) 320.82º 0.7% 0.27% -
XYZ 3.44 2.1 3.59 -
YUV 39.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 70 21 53 0 0.70 0.24 0.73 320.82 0.54 0.18
Hex 46 15 35 0 46 18 49 141 36 12
Octal 106 25 65 0 106 30 111 501 66 22
Binary 1000110 10101 110101 0 1000110 11000 1001001 101000001 110110 10010

Color Harmonies of #461535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461535

Black with #461535

Text Example


Text Example

White with #461535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461535; }

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

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

background-color css

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

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

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

border-color css

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

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

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