Html Css Color HEX #470535 Blackberry

📋 copy color: '#470535'

red 71 ◦ green 5 ◦ blue 53

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

Shades of Blackberry #470535

Tints of Blackberry #470535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 41.09%

R = 55.04%
G = 3.88%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#470535 (or 0x470535) is known color: Blackberry. HEX triplet: 47, 05 and 35. RGB value is (71,5,53). Sum of RGB (Red+Green+Blue) = 71+5+53=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #470535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470535 is #B8FACA. Grayscale: #1E1E1E. Windows color (decimal): -12122827 or 3474759. OLE color: 3474759.

HSL color Cylindrical-coordinate representation of color #470535: hue angle of 316.36º 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 #470535 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 53 -
CMYK 0 0.93 0.25 0.72
HSL 316.36º 0.87% 0.15% -
HSV(B) 316.36º 0.93% 0.28% -
XYZ 3.3 1.71 3.52 -
YUV 30.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 71 5 53 0 0.93 0.25 0.72 316.36 0.87 0.15
Hex 47 5 35 0 5D 19 48 13C 57 F
Octal 107 5 65 0 135 31 110 474 127 17
Binary 1000111 101 110101 0 1011101 11001 1001000 100111100 1010111 1111

Color Harmonies of #470535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470535

Black with #470535

Text Example


Text Example

White with #470535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470535; }

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

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

background-color css

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

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

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

border-color css

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

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

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