#4B313D

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

Shades of Barossa #4B313D

Tints of Barossa #4B313D

Color information

#4B313D (or 0x4B313D) is unknown color: approx Barossa. HEX triplet: 4B, 31 and 3D. RGB value is (75,49,61). Sum of RGB (Red+Green+Blue) = 75+49+61=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B313D is #B4CEC2. Grayscale: #3A3A3A. Windows color (decimal): -11849411 or 4010315. OLE color: 4010315.

HSL color Cylindrical-coordinate representation of color #4B313D: hue angle of 332.31º 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 #4B313D is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB754961-
CMYK00.350.190.71
HSL332.31º20.97%24.31%-
HSV(B)332.31º34.67%29.41%-
XYZ4.844.034.94-
YUV58.14129.61140.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=40.54%
G=26.49%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75496100.350.190.71332.3120.9724.31
Hex4B313D023134714c1518
Octal1136175043231075142530
Binary100101111000111110101000111001110001111010011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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