#383436

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

Shades of Barossa #383436

Tints of Barossa #383436

Color information

#383436 (or 0x383436) is unknown color: approx Barossa. HEX triplet: 38, 34 and 36. RGB value is (56,52,54). Sum of RGB (Red+Green+Blue) = 56+52+54=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 56 - color contains mainly: red. Hex color #383436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383436 is #C7CBC9. Grayscale: #353535. Windows color (decimal): -13093834 or 3552312. OLE color: 3552312.

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

Color convert

RGB565254-
CMYK00.070.040.78
HSL330º3.7%21.18%-
HSV(B)330º7.14%21.96%-
XYZ3.523.563.99-
YUV53.42128.33129.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 54 (21.48% from 255) = 33.33%
R=34.57%
G=32.10%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56525400.070.040.783303.721.18
Hex3834360744E14a415
Octal706466074116512425
Binary1110001101001101100111100100111010100101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383436; }

 p { color: rgb(56,52,54); }

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

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

 a { background-color: rgb(56,52,54); }

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

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

 span { border-color: rgb(56,52,54); }

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