Html Css Color HEX #460421 Blackberry

📋 copy color: '#460421'

red 70 ◦ green 4 ◦ blue 33

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

Shades of Blackberry #460421

Tints of Blackberry #460421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

 BLUE value IS 33 (13.28% from 255) = 30.84%

R = 65.42%
G = 3.74%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#460421 (or 0x460421) is known color: Blackberry. HEX triplet: 46, 04 and 21. RGB value is (70,4,33). Sum of RGB (Red+Green+Blue) = 70+4+33=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #460421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460421 is #B9FBDE. Grayscale: #1A1A1A. Windows color (decimal): -12188639 or 2163782. OLE color: 2163782.

HSL color Cylindrical-coordinate representation of color #460421: hue angle of 333.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460421 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 4 33 -
CMYK 0 0.94 0.53 0.73
HSL 333.64º 0.89% 0.15% -
HSV(B) 333.64º 0.94% 0.27% -
XYZ 2.84 1.5 1.58 -
YUV 27.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 70 4 33 0 0.94 0.53 0.73 333.64 0.89 0.15
Hex 46 4 21 0 5E 35 49 14E 59 F
Octal 106 4 41 0 136 65 111 516 131 17
Binary 1000110 100 100001 0 1011110 110101 1001001 101001110 1011001 1111

Color Harmonies of #460421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460421

Black with #460421

Text Example


Text Example

White with #460421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460421; }

 p { color: rgb(70,4,33); }

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

background-color css

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

 a { background-color: rgb(70,4,33); }

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

border-color css

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

 span { border-color: rgb(70,4,33); }

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