#4B313C

Color #4B313C Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4B313C

Tints of Barossa #4B313C

Color information

#4B313C (or 0x4B313C) is unknown color: approx Barossa. HEX triplet: 4B, 31 and 3C. RGB value is (75,49,60). Sum of RGB (Red+Green+Blue) = 75+49+60=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B313C is #B4CEC3. Grayscale: #3A3A3A. Windows color (decimal): -11849412 or 3944779. OLE color: 3944779.

HSL color Cylindrical-coordinate representation of color #4B313C: hue angle of 334.62º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B313C is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB754960-
CMYK00.350.200.71
HSL334.62º20.97%24.31%-
HSV(B)334.62º34.67%29.41%-
XYZ4.824.024.8-
YUV58.03129.11140.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.76%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=40.76%
G=26.63%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75496000.350.200.71334.6220.9724.31
Hex4B313C023144714f1518
Octal1136174043241075172530
Binary100101111000111110001000111010010001111010011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B313C; }

 p { color: rgb(75,49,60); }

 H1.HeaderClassName
 {
   color: #4B313C;
 }
 .AnyTagClassName
 {
   color: #4B313C;
 }
</style>
background-color css

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

 a { background-color: rgb(75,49,60); }

 div.DivClassName
 {
   background-color: #4B313C;
 }
 .BgClassName
 {
   background-color: #4B313C;
 }
</style>
border-color css

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

 span { border-color: rgb(75,49,60); }

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