Html Css Color HEX #47022F Blackberry

📋 copy color: '#47022F'

red 71 ◦ green 2 ◦ blue 47

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

Shades of Blackberry #47022F

Tints of Blackberry #47022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 59.17%
G = 1.67%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#47022F (or 0x47022F) is known color: Blackberry. HEX triplet: 47, 02 and 2F. RGB value is (71,2,47). Sum of RGB (Red+Green+Blue) = 71+2+47=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47022F is #B8FDD0. Grayscale: #1B1B1B. Windows color (decimal): -12123601 or 3080775. OLE color: 3080775.

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

Color convert

RGB 71 2 47 -
CMYK 0 0.97 0.34 0.72
HSL 320.87º 0.95% 0.14% -
HSV(B) 320.87º 0.97% 0.28% -
XYZ 3.13 1.59 2.83 -
YUV 27.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 71 2 47 0 0.97 0.34 0.72 320.87 0.95 0.14
Hex 47 2 2F 0 61 22 48 141 5F E
Octal 107 2 57 0 141 42 110 501 137 16
Binary 1000111 10 101111 0 1100001 100010 1001000 101000001 1011111 1110

Color Harmonies of #47022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47022F

Black with #47022F

Text Example


Text Example

White with #47022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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