Html Css Color HEX #470F39 Blackberry

📋 copy color: '#470F39'

red 71 ◦ green 15 ◦ blue 57

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

Shades of Blackberry #470F39

Tints of Blackberry #470F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.86%

R = 49.65%
G = 10.49%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#470F39 (or 0x470F39) is known color: Blackberry. HEX triplet: 47, 0F and 39. RGB value is (71,15,57). Sum of RGB (Red+Green+Blue) = 71+15+57=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #470F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F39 is #B8F0C6. Grayscale: #242424. Windows color (decimal): -12120263 or 3739463. OLE color: 3739463.

HSL color Cylindrical-coordinate representation of color #470F39: hue angle of 315º 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 #470F39 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 15 57 -
CMYK 0 0.79 0.20 0.72
HSL 315º 0.65% 0.17% -
HSV(B) 315º 0.79% 0.28% -
XYZ 3.51 1.98 4.07 -
YUV 36.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 71 15 57 0 0.79 0.20 0.72 315 0.65 0.17
Hex 47 F 39 0 4F 14 48 13B 41 11
Octal 107 17 71 0 117 24 110 473 101 21
Binary 1000111 1111 111001 0 1001111 10100 1001000 100111011 1000001 10001

Color Harmonies of #470F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F39

Black with #470F39

Text Example


Text Example

White with #470F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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