Html Css Color HEX #46013B Blackberry

📋 copy color: '#46013B'

red 70 ◦ green 1 ◦ blue 59

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

Shades of Blackberry #46013B

Tints of Blackberry #46013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.38%

R = 53.85%
G = 0.77%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46013B (or 0x46013B) is known color: Blackberry. HEX triplet: 46, 01 and 3B. RGB value is (70,1,59). Sum of RGB (Red+Green+Blue) = 70+1+59=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46013B is #B9FEC4. Grayscale: #1C1C1C. Windows color (decimal): -12189381 or 3866950. OLE color: 3866950.

HSL color Cylindrical-coordinate representation of color #46013B: hue angle of 309.57º 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 #46013B is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 1 59 -
CMYK 0 0.99 0.16 0.73
HSL 309.57º 0.97% 0.14% -
HSV(B) 309.57º 0.99% 0.27% -
XYZ 3.33 1.64 4.28 -
YUV 28.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 70 1 59 0 0.99 0.16 0.73 309.57 0.97 0.14
Hex 46 1 3B 0 63 10 49 136 61 E
Octal 106 1 73 0 143 20 111 466 141 16
Binary 1000110 1 111011 0 1100011 10000 1001001 100110110 1100001 1110

Color Harmonies of #46013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46013B

Black with #46013B

Text Example


Text Example

White with #46013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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