Html Css Color HEX #46013C Blackberry

📋 copy color: '#46013C'

red 70 ◦ green 1 ◦ blue 60

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

Shades of Blackberry #46013C

Tints of Blackberry #46013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.8%

R = 53.44%
G = 0.76%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#46013C (or 0x46013C) is known color: Blackberry. HEX triplet: 46, 01 and 3C. RGB value is (70,1,60). Sum of RGB (Red+Green+Blue) = 70+1+60=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46013C is #B9FEC3. Grayscale: #1C1C1C. Windows color (decimal): -12189380 or 3932486. OLE color: 3932486.

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

Color convert

RGB 70 1 60 -
CMYK 0 0.99 0.14 0.73
HSL 308.7º 0.97% 0.14% -
HSV(B) 308.7º 0.99% 0.27% -
XYZ 3.35 1.65 4.42 -
YUV 28.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 70 1 60 0 0.99 0.14 0.73 308.7 0.97 0.14
Hex 46 1 3C 0 63 E 49 135 61 E
Octal 106 1 74 0 143 16 111 465 141 16
Binary 1000110 1 111100 0 1100011 1110 1001001 100110101 1100001 1110

Color Harmonies of #46013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46013C

Black with #46013C

Text Example


Text Example

White with #46013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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