#38332B

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

Shades of Creole #38332B

Tints of Creole #38332B

Color information

#38332B (or 0x38332B) is unknown color: approx Creole. HEX triplet: 38, 33 and 2B. RGB value is (56,51,43). Sum of RGB (Red+Green+Blue) = 56+51+43=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 56 - color contains mainly: red. Hex color #38332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38332B is #C7CCD4. Grayscale: #333333. Windows color (decimal): -13094101 or 2831160. OLE color: 2831160.

HSL color Cylindrical-coordinate representation of color #38332B: hue angle of 36.92º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38332B is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB565143-
CMYK00.090.230.78
HSL36.92º13.13%19.41%-
HSV(B)36.92º23.21%21.96%-
XYZ3.253.382.77-
YUV51.58123.16131.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=37.33%
G=34%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56514300.090.230.7836.9213.1319.41
Hex38332B09174E25d13
Octal70635301127116451523
Binary11100011001110101101001101111001110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38332B; }

 p { color: rgb(56,51,43); }

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

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

 a { background-color: rgb(56,51,43); }

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

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

 span { border-color: rgb(56,51,43); }

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