Html Css Color HEX #46021D Blackberry

📋 copy color: '#46021D'

red 70 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #46021D

Tints of Blackberry #46021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.98%

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

R = 69.31%
G = 1.98%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46021D (or 0x46021D) is known color: Blackberry. HEX triplet: 46, 02 and 1D. RGB value is (70,2,29). Sum of RGB (Red+Green+Blue) = 70+2+29=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #46021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46021D is #B9FDE2. Grayscale: #191919. Windows color (decimal): -12189155 or 1901126. OLE color: 1901126.

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

Color convert

RGB 70 2 29 -
CMYK 0 0.97 0.59 0.73
HSL 336.18º 0.94% 0.14% -
HSV(B) 336.18º 0.97% 0.27% -
XYZ 2.77 1.43 1.29 -
YUV 25.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 70 2 29 0 0.97 0.59 0.73 336.18 0.94 0.14
Hex 46 2 1D 0 61 3B 49 150 5E E
Octal 106 2 35 0 141 73 111 520 136 16
Binary 1000110 10 11101 0 1100001 111011 1001001 101010000 1011110 1110

Color Harmonies of #46021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46021D

Black with #46021D

Text Example


Text Example

White with #46021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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