Html Css Color HEX #470936 Blackberry

📋 copy color: '#470936'

red 71 ◦ green 9 ◦ blue 54

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

Shades of Blackberry #470936

Tints of Blackberry #470936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

 BLUE value IS 54 (21.48% from 255) = 40.3%

R = 52.99%
G = 6.72%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#470936 (or 0x470936) is known color: Blackberry. HEX triplet: 47, 09 and 36. RGB value is (71,9,54). Sum of RGB (Red+Green+Blue) = 71+9+54=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #470936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470936 is #B8F6C9. Grayscale: #202020. Windows color (decimal): -12121802 or 3541319. OLE color: 3541319.

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

Color convert

RGB 71 9 54 -
CMYK 0 0.87 0.24 0.72
HSL 316.45º 0.78% 0.16% -
HSV(B) 316.45º 0.87% 0.28% -
XYZ 3.36 1.8 3.66 -
YUV 32.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 71 9 54 0 0.87 0.24 0.72 316.45 0.78 0.16
Hex 47 9 36 0 57 18 48 13C 4E 10
Octal 107 11 66 0 127 30 110 474 116 20
Binary 1000111 1001 110110 0 1010111 11000 1001000 100111100 1001110 10000

Color Harmonies of #470936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470936

Black with #470936

Text Example


Text Example

White with #470936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470936; }

 p { color: rgb(71,9,54); }

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

background-color css

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

 a { background-color: rgb(71,9,54); }

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

border-color css

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

 span { border-color: rgb(71,9,54); }

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