Html Css Color HEX #46213A Blackberry

📋 copy color: '#46213A'

red 70 ◦ green 33 ◦ blue 58

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

Shades of Blackberry #46213A

Tints of Blackberry #46213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 43.48%
G = 20.5%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#46213A (or 0x46213A) is known color: Blackberry. HEX triplet: 46, 21 and 3A. RGB value is (70,33,58). Sum of RGB (Red+Green+Blue) = 70+33+58=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #46213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46213A is #B9DEC5. Grayscale: #2E2E2E. Windows color (decimal): -12181190 or 3809606. OLE color: 3809606.

HSL color Cylindrical-coordinate representation of color #46213A: hue angle of 319.46º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46213A is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 33 58 -
CMYK 0 0.53 0.17 0.73
HSL 319.46º 0.36% 0.2% -
HSV(B) 319.46º 0.53% 0.27% -
XYZ 3.83 2.7 4.32 -
YUV 46.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 70 33 58 0 0.53 0.17 0.73 319.46 0.36 0.2
Hex 46 21 3A 0 35 11 49 13F 24 14
Octal 106 41 72 0 65 21 111 477 44 24
Binary 1000110 100001 111010 0 110101 10001 1001001 100111111 100100 10100

Color Harmonies of #46213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46213A

Black with #46213A

Text Example


Text Example

White with #46213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46213A; }

 p { color: rgb(70,33,58); }

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

background-color css

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

 a { background-color: rgb(70,33,58); }

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

border-color css

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

 span { border-color: rgb(70,33,58); }

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