#383021

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

Shades of Creole #383021

Tints of Creole #383021

Color information

#383021 (or 0x383021) is unknown color: approx Creole. HEX triplet: 38, 30 and 21. RGB value is (56,48,33). Sum of RGB (Red+Green+Blue) = 56+48+33=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #383021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383021 is #C7CFDE. Grayscale: #303030. Windows color (decimal): -13094879 or 2175032. OLE color: 2175032.

HSL color Cylindrical-coordinate representation of color #383021: hue angle of 39.13º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383021 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB564833-
CMYK00.140.410.78
HSL39.13º25.84%17.45%-
HSV(B)39.13º41.07%21.96%-
XYZ2.963.061.87-
YUV48.68119.15133.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=40.88%
G=35.04%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56483300.140.410.7839.1325.8417.45
Hex3830210E294E271a11
Octal70604101651116473221
Binary1110001100001000010111010100110011101001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383021; }

 p { color: rgb(56,48,33); }

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

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

 a { background-color: rgb(56,48,33); }

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

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

 span { border-color: rgb(56,48,33); }

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