Html Css Color HEX #470136 Blackberry

📋 copy color: '#470136'

red 71 ◦ green 1 ◦ blue 54

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

Shades of Blackberry #470136

Tints of Blackberry #470136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

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

R = 56.35%
G = 0.79%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#470136 (or 0x470136) is known color: Blackberry. HEX triplet: 47, 01 and 36. RGB value is (71,1,54). Sum of RGB (Red+Green+Blue) = 71+1+54=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470136 is #B8FEC9. Grayscale: #1B1B1B. Windows color (decimal): -12123850 or 3539271. OLE color: 3539271.

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

Color convert

RGB 71 1 54 -
CMYK 0 0.99 0.24 0.72
HSL 314.57º 0.97% 0.14% -
HSV(B) 314.57º 0.99% 0.28% -
XYZ 3.28 1.63 3.63 -
YUV 27.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 71 1 54 0 0.99 0.24 0.72 314.57 0.97 0.14
Hex 47 1 36 0 63 18 48 13B 61 E
Octal 107 1 66 0 143 30 110 473 141 16
Binary 1000111 1 110110 0 1100011 11000 1001000 100111011 1100001 1110

Color Harmonies of #470136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470136

Black with #470136

Text Example


Text Example

White with #470136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470136; }

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

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

background-color css

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

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

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

border-color css

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

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

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