Html Css Color HEX #470829 Blackberry

📋 copy color: '#470829'

red 71 ◦ green 8 ◦ blue 41

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

Shades of Blackberry #470829

Tints of Blackberry #470829

RGB

 RED value IS 71 (28.13% from 255) = 59.17%

 GREEN value IS 8 (3.52% from 255) = 6.67%

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

R = 59.17%
G = 6.67%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#470829 (or 0x470829) is known color: Blackberry. HEX triplet: 47, 08 and 29. RGB value is (71,8,41). Sum of RGB (Red+Green+Blue) = 71+8+41=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #470829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470829 is #B8F7D6. Grayscale: #1E1E1E. Windows color (decimal): -12122071 or 2689095. OLE color: 2689095.

HSL color Cylindrical-coordinate representation of color #470829: hue angle of 328.57º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470829 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 8 41 -
CMYK 0 0.89 0.42 0.72
HSL 328.57º 0.8% 0.15% -
HSV(B) 328.57º 0.89% 0.28% -
XYZ 3.09 1.67 2.26 -
YUV 30.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 71 8 41 0 0.89 0.42 0.72 328.57 0.8 0.15
Hex 47 8 29 0 59 2A 48 149 50 F
Octal 107 10 51 0 131 52 110 511 120 17
Binary 1000111 1000 101001 0 1011001 101010 1001000 101001001 1010000 1111

Color Harmonies of #470829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470829

Black with #470829

Text Example


Text Example

White with #470829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470829; }

 p { color: rgb(71,8,41); }

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

background-color css

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

 a { background-color: rgb(71,8,41); }

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

border-color css

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

 span { border-color: rgb(71,8,41); }

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