Html Css Color HEX #470938 Blackberry

📋 copy color: '#470938'

red 71 ◦ green 9 ◦ blue 56

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

Shades of Blackberry #470938

Tints of Blackberry #470938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 52.21%
G = 6.62%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#470938 (or 0x470938) is known color: Blackberry. HEX triplet: 47, 09 and 38. RGB value is (71,9,56). Sum of RGB (Red+Green+Blue) = 71+9+56=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #470938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470938 is #B8F6C7. Grayscale: #202020. Windows color (decimal): -12121800 or 3672391. OLE color: 3672391.

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

Color convert

RGB 71 9 56 -
CMYK 0 0.87 0.21 0.72
HSL 314.52º 0.78% 0.16% -
HSV(B) 314.52º 0.87% 0.28% -
XYZ 3.41 1.82 3.91 -
YUV 32.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 71 9 56 0 0.87 0.21 0.72 314.52 0.78 0.16
Hex 47 9 38 0 57 15 48 13B 4E 10
Octal 107 11 70 0 127 25 110 473 116 20
Binary 1000111 1001 111000 0 1010111 10101 1001000 100111011 1001110 10000

Color Harmonies of #470938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470938

Black with #470938

Text Example


Text Example

White with #470938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470938; }

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

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

background-color css

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

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

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

border-color css

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

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

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