Html Css Color HEX #460529 Blackberry

📋 copy color: '#460529'

red 70 ◦ green 5 ◦ blue 41

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

Shades of Blackberry #460529

Tints of Blackberry #460529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

 BLUE value IS 41 (16.41% from 255) = 35.34%

R = 60.34%
G = 4.31%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#460529 (or 0x460529) is known color: Blackberry. HEX triplet: 46, 05 and 29. RGB value is (70,5,41). Sum of RGB (Red+Green+Blue) = 70+5+41=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #460529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460529 is #B9FAD6. Grayscale: #1C1C1C. Windows color (decimal): -12188375 or 2688326. OLE color: 2688326.

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

Color convert

RGB 70 5 41 -
CMYK 0 0.93 0.41 0.73
HSL 326.77º 0.87% 0.15% -
HSV(B) 326.77º 0.93% 0.27% -
XYZ 2.98 1.57 2.24 -
YUV 28.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 70 5 41 0 0.93 0.41 0.73 326.77 0.87 0.15
Hex 46 5 29 0 5D 29 49 147 57 F
Octal 106 5 51 0 135 51 111 507 127 17
Binary 1000110 101 101001 0 1011101 101001 1001001 101000111 1010111 1111

Color Harmonies of #460529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460529

Black with #460529

Text Example


Text Example

White with #460529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460529; }

 p { color: rgb(70,5,41); }

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

background-color css

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

 a { background-color: rgb(70,5,41); }

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

border-color css

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

 span { border-color: rgb(70,5,41); }

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