Html Css Color HEX #460621 Blackberry

📋 copy color: '#460621'

red 70 ◦ green 6 ◦ blue 33

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

Shades of Blackberry #460621

Tints of Blackberry #460621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

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

R = 64.22%
G = 5.5%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#460621 (or 0x460621) is known color: Blackberry. HEX triplet: 46, 06 and 21. RGB value is (70,6,33). Sum of RGB (Red+Green+Blue) = 70+6+33=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #460621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460621 is #B9F9DE. Grayscale: #1C1C1C. Windows color (decimal): -12188127 or 2164294. OLE color: 2164294.

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

Color convert

RGB 70 6 33 -
CMYK 0 0.91 0.53 0.73
HSL 334.69º 0.84% 0.15% -
HSV(B) 334.69º 0.91% 0.27% -
XYZ 2.87 1.54 1.59 -
YUV 28.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 70 6 33 0 0.91 0.53 0.73 334.69 0.84 0.15
Hex 46 6 21 0 5B 35 49 14F 54 F
Octal 106 6 41 0 133 65 111 517 124 17
Binary 1000110 110 100001 0 1011011 110101 1001001 101001111 1010100 1111

Color Harmonies of #460621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460621

Black with #460621

Text Example


Text Example

White with #460621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460621; }

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

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

background-color css

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

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

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

border-color css

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

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

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