Html Css Color HEX #47012F Blackberry

📋 copy color: '#47012F'

red 71 ◦ green 1 ◦ blue 47

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

Shades of Blackberry #47012F

Tints of Blackberry #47012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.5%

R = 59.66%
G = 0.84%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47012F (or 0x47012F) is known color: Blackberry. HEX triplet: 47, 01 and 2F. RGB value is (71,1,47). Sum of RGB (Red+Green+Blue) = 71+1+47=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47012F is #B8FED0. Grayscale: #1B1B1B. Windows color (decimal): -12123857 or 3080519. OLE color: 3080519.

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

Color convert

RGB 71 1 47 -
CMYK 0 0.99 0.34 0.72
HSL 320.57º 0.97% 0.14% -
HSV(B) 320.57º 0.99% 0.28% -
XYZ 3.12 1.57 2.83 -
YUV 27.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 71 1 47 0 0.99 0.34 0.72 320.57 0.97 0.14
Hex 47 1 2F 0 63 22 48 141 61 E
Octal 107 1 57 0 143 42 110 501 141 16
Binary 1000111 1 101111 0 1100011 100010 1001000 101000001 1100001 1110

Color Harmonies of #47012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47012F

Black with #47012F

Text Example


Text Example

White with #47012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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