Html Css Color HEX #47333F Barossa

📋 copy color: '#47333F'

red 71 ◦ green 51 ◦ blue 63

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

Shades of Barossa #47333F

Tints of Barossa #47333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 63 (25% from 255) = 34.05%

R = 38.38%
G = 27.57%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47333F (or 0x47333F) is known color: Barossa. HEX triplet: 47, 33 and 3F. RGB value is (71,51,63). Sum of RGB (Red+Green+Blue) = 71+51+63=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #47333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47333F is #B8CCC0. Grayscale: #3A3A3A. Windows color (decimal): -12111041 or 4141895. OLE color: 4141895.

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

Color convert

RGB 71 51 63 -
CMYK 0 0.28 0.11 0.72
HSL 324º 0.16% 0.24% -
HSV(B) 324º 0.28% 0.28% -
XYZ 4.68 4.07 5.24 -
YUV 58.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 71 51 63 0 0.28 0.11 0.72 324 0.16 0.24
Hex 47 33 3F 0 1C B 48 144 10 18
Octal 107 63 77 0 34 13 110 504 20 30
Binary 1000111 110011 111111 0 11100 1011 1001000 101000100 10000 11000

Color Harmonies of #47333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47333F

Black with #47333F

Text Example


Text Example

White with #47333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,51,63); }

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

background-color css

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

 a { background-color: rgb(71,51,63); }

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

border-color css

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

 span { border-color: rgb(71,51,63); }

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