Html Css Color HEX #470120 Blackberry

📋 copy color: '#470120'

red 71 ◦ green 1 ◦ blue 32

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

Shades of Blackberry #470120

Tints of Blackberry #470120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 30.77%

R = 68.27%
G = 0.96%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#470120 (or 0x470120) is known color: Blackberry. HEX triplet: 47, 01 and 20. RGB value is (71,1,32). Sum of RGB (Red+Green+Blue) = 71+1+32=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #470120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470120 is #B8FEDF. Grayscale: #191919. Windows color (decimal): -12123872 or 2097479. OLE color: 2097479.

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

Color convert

RGB 71 1 32 -
CMYK 0 0.99 0.55 0.72
HSL 333.43º 0.97% 0.14% -
HSV(B) 333.43º 0.99% 0.28% -
XYZ 2.87 1.47 1.5 -
YUV 25.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 71 1 32 0 0.99 0.55 0.72 333.43 0.97 0.14
Hex 47 1 20 0 63 37 48 14D 61 E
Octal 107 1 40 0 143 67 110 515 141 16
Binary 1000111 1 100000 0 1100011 110111 1001000 101001101 1100001 1110

Color Harmonies of #470120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470120

Black with #470120

Text Example


Text Example

White with #470120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470120; }

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

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

background-color css

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

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

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

border-color css

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

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

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