Html Css Color HEX #46001D Blackberry

📋 copy color: '#46001D'

red 70 ◦ green 0 ◦ blue 29

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

Shades of Blackberry #46001D

Tints of Blackberry #46001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 29.29%

R = 70.71%
G = 0%
B = 29.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46001D (or 0x46001D) is known color: Blackberry. HEX triplet: 46, 00 and 1D. RGB value is (70,0,29). Sum of RGB (Red+Green+Blue) = 70+0+29=99 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70.71% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 70 - color contains mainly: red. Hex color #46001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46001D is #B9FFE2. Grayscale: #181818. Windows color (decimal): -12189667 or 1900614. OLE color: 1900614.

HSL color Cylindrical-coordinate representation of color #46001D: hue angle of 335.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46001D is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 0 29 -
CMYK 0 1 0.59 0.73
HSL 335.14º 1% 0.14% -
HSV(B) 335.14º 1% 0.27% -
XYZ 2.75 1.39 1.29 -
YUV 24.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 70 0 29 0 1 0.59 0.73 335.14 1 0.14
Hex 46 0 1D 0 64 3B 49 14F 64 E
Octal 106 0 35 0 144 73 111 517 144 16
Binary 1000110 0 11101 0 1100100 111011 1001001 101001111 1100100 1110

Color Harmonies of #46001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46001D

Black with #46001D

Text Example


Text Example

White with #46001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46001D; }

 p { color: rgb(70,0,29); }

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

background-color css

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

 a { background-color: rgb(70,0,29); }

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

border-color css

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

 span { border-color: rgb(70,0,29); }

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