Html Css Color HEX #46013A Blackberry

📋 copy color: '#46013A'

red 70 ◦ green 1 ◦ blue 58

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

Shades of Blackberry #46013A

Tints of Blackberry #46013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

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

R = 54.26%
G = 0.78%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#46013A (or 0x46013A) is known color: Blackberry. HEX triplet: 46, 01 and 3A. RGB value is (70,1,58). Sum of RGB (Red+Green+Blue) = 70+1+58=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #46013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46013A is #B9FEC5. Grayscale: #1B1B1B. Windows color (decimal): -12189382 or 3801414. OLE color: 3801414.

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

Color convert

RGB 70 1 58 -
CMYK 0 0.99 0.17 0.73
HSL 310.43º 0.97% 0.14% -
HSV(B) 310.43º 0.99% 0.27% -
XYZ 3.3 1.63 4.14 -
YUV 28.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 70 1 58 0 0.99 0.17 0.73 310.43 0.97 0.14
Hex 46 1 3A 0 63 11 49 136 61 E
Octal 106 1 72 0 143 21 111 466 141 16
Binary 1000110 1 111010 0 1100011 10001 1001001 100110110 1100001 1110

Color Harmonies of #46013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46013A

Black with #46013A

Text Example


Text Example

White with #46013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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