#383135

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

Shades of Barossa #383135

Tints of Barossa #383135

Color information

#383135 (or 0x383135) is unknown color: approx Barossa. HEX triplet: 38, 31 and 35. RGB value is (56,49,53). Sum of RGB (Red+Green+Blue) = 56+49+53=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 56 - color contains mainly: red. Hex color #383135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383135 is #C7CECA. Grayscale: #333333. Windows color (decimal): -13094603 or 3486008. OLE color: 3486008.

HSL color Cylindrical-coordinate representation of color #383135: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383135 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB564953-
CMYK00.120.050.78
HSL325.71º6.67%20.59%-
HSV(B)325.71º12.5%21.96%-
XYZ3.373.293.83-
YUV51.55128.82131.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=35.44%
G=31.01%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56495300.120.050.78325.716.6720.59
Hex3831350C54E146715
Octal7061650145116506725
Binary11100011000111010101100101100111010100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383135; }

 p { color: rgb(56,49,53); }

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

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

 a { background-color: rgb(56,49,53); }

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

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

 span { border-color: rgb(56,49,53); }

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