Html Css Color HEX #470130 Blackberry

📋 copy color: '#470130'

red 71 ◦ green 1 ◦ blue 48

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

Shades of Blackberry #470130

Tints of Blackberry #470130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40%

R = 59.17%
G = 0.83%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#470130 (or 0x470130) is known color: Blackberry. HEX triplet: 47, 01 and 30. RGB value is (71,1,48). Sum of RGB (Red+Green+Blue) = 71+1+48=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #470130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470130 is #B8FECF. Grayscale: #1B1B1B. Windows color (decimal): -12123856 or 3146055. OLE color: 3146055.

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

Color convert

RGB 71 1 48 -
CMYK 0 0.99 0.32 0.72
HSL 319.71º 0.97% 0.14% -
HSV(B) 319.71º 0.99% 0.28% -
XYZ 3.14 1.57 2.93 -
YUV 27.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 71 1 48 0 0.99 0.32 0.72 319.71 0.97 0.14
Hex 47 1 30 0 63 20 48 140 61 E
Octal 107 1 60 0 143 40 110 500 141 16
Binary 1000111 1 110000 0 1100011 100000 1001000 101000000 1100001 1110

Color Harmonies of #470130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470130

Black with #470130

Text Example


Text Example

White with #470130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470130; }

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

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

background-color css

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

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

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

border-color css

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

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

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