Html Css Color HEX #470F34 Blackberry

📋 copy color: '#470F34'

red 71 ◦ green 15 ◦ blue 52

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

Shades of Blackberry #470F34

Tints of Blackberry #470F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.87%

 BLUE value IS 52 (20.7% from 255) = 37.68%

R = 51.45%
G = 10.87%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#470F34 (or 0x470F34) is known color: Blackberry. HEX triplet: 47, 0F and 34. RGB value is (71,15,52). Sum of RGB (Red+Green+Blue) = 71+15+52=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #470F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F34 is #B8F0CB. Grayscale: #232323. Windows color (decimal): -12120268 or 3411783. OLE color: 3411783.

HSL color Cylindrical-coordinate representation of color #470F34: hue angle of 320.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F34 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 15 52 -
CMYK 0 0.79 0.27 0.72
HSL 320.36º 0.65% 0.17% -
HSV(B) 320.36º 0.79% 0.28% -
XYZ 3.39 1.93 3.44 -
YUV 35.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 71 15 52 0 0.79 0.27 0.72 320.36 0.65 0.17
Hex 47 F 34 0 4F 1B 48 140 41 11
Octal 107 17 64 0 117 33 110 500 101 21
Binary 1000111 1111 110100 0 1001111 11011 1001000 101000000 1000001 10001

Color Harmonies of #470F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F34

Black with #470F34

Text Example


Text Example

White with #470F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470F34; }

 p { color: rgb(71,15,52); }

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

background-color css

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

 a { background-color: rgb(71,15,52); }

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

border-color css

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

 span { border-color: rgb(71,15,52); }

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