Html Css Color HEX #470529 Blackberry

📋 copy color: '#470529'

red 71 ◦ green 5 ◦ blue 41

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

Shades of Blackberry #470529

Tints of Blackberry #470529

RGB

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

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

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

R = 60.68%
G = 4.27%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#470529 (or 0x470529) is known color: Blackberry. HEX triplet: 47, 05 and 29. RGB value is (71,5,41). Sum of RGB (Red+Green+Blue) = 71+5+41=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #470529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470529 is #B8FAD6. Grayscale: #1C1C1C. Windows color (decimal): -12122839 or 2688327. OLE color: 2688327.

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

Color convert

RGB 71 5 41 -
CMYK 0 0.93 0.42 0.72
HSL 327.27º 0.87% 0.15% -
HSV(B) 327.27º 0.93% 0.28% -
XYZ 3.05 1.61 2.25 -
YUV 28.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 71 5 41 0 0.93 0.42 0.72 327.27 0.87 0.15
Hex 47 5 29 0 5D 2A 48 147 57 F
Octal 107 5 51 0 135 52 110 507 127 17
Binary 1000111 101 101001 0 1011101 101010 1001000 101000111 1010111 1111

Color Harmonies of #470529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470529

Black with #470529

Text Example


Text Example

White with #470529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470529; }

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

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

background-color css

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

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

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

border-color css

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

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

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