#383025

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

Shades of Creole #383025

Tints of Creole #383025

Color information

#383025 (or 0x383025) is unknown color: approx Creole. HEX triplet: 38, 30 and 25. RGB value is (56,48,37). Sum of RGB (Red+Green+Blue) = 56+48+37=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #383025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383025 is #C7CFDA. Grayscale: #313131. Windows color (decimal): -13094875 or 2437176. OLE color: 2437176.

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

Color convert

RGB564837-
CMYK00.140.340.78
HSL34.74º20.43%18.24%-
HSV(B)34.74º33.93%21.96%-
XYZ3.023.092.19-
YUV49.14121.15132.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=39.72%
G=34.04%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56483700.140.340.7834.7420.4318.24
Hex3830250E224E231412
Octal70604501642116432422
Binary1110001100001001010111010001010011101000111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383025; }

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

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

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

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

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

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

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

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