#383235

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

Shades of Barossa #383235

Tints of Barossa #383235

Color information

#383235 (or 0x383235) is unknown color: approx Barossa. HEX triplet: 38, 32 and 35. RGB value is (56,50,53). Sum of RGB (Red+Green+Blue) = 56+50+53=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 56 - color contains mainly: red. Hex color #383235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383235 is #C7CDCA. Grayscale: #343434. Windows color (decimal): -13094347 or 3486264. OLE color: 3486264.

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

Color convert

RGB565053-
CMYK00.110.050.78
HSL330º5.66%20.78%-
HSV(B)330º10.71%21.96%-
XYZ3.413.383.84-
YUV52.14128.49130.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=35.22%
G=31.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56505300.110.050.783305.6620.78
Hex3832350B54E14a615
Octal7062650135116512625
Binary11100011001011010101011101100111010100101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383235; }

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

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

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

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

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

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

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

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