Html Css Color HEX #470A39 Blackberry

📋 copy color: '#470A39'

red 71 ◦ green 10 ◦ blue 57

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

Shades of Blackberry #470A39

Tints of Blackberry #470A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.25%

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

R = 51.45%
G = 7.25%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#470A39 (or 0x470A39) is known color: Blackberry. HEX triplet: 47, 0A and 39. RGB value is (71,10,57). Sum of RGB (Red+Green+Blue) = 71+10+57=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #470A39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A39 is #B8F5C6. Grayscale: #212121. Windows color (decimal): -12121543 or 3738183. OLE color: 3738183.

HSL color Cylindrical-coordinate representation of color #470A39: hue angle of 313.77º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A39 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 10 57 -
CMYK 0 0.86 0.20 0.72
HSL 313.77º 0.75% 0.16% -
HSV(B) 313.77º 0.86% 0.28% -
XYZ 3.45 1.85 4.05 -
YUV 33.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 71 10 57 0 0.86 0.20 0.72 313.77 0.75 0.16
Hex 47 A 39 0 56 14 48 13A 4B 10
Octal 107 12 71 0 126 24 110 472 113 20
Binary 1000111 1010 111001 0 1010110 10100 1001000 100111010 1001011 10000

Color Harmonies of #470A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A39

Black with #470A39

Text Example


Text Example

White with #470A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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