Html Css Color HEX #383124 Creole

📋 copy color: '#383124'

red 56 ◦ green 49 ◦ blue 36

#383124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Creole #383124

Tints of Creole #383124

RGB

 RED value IS 56 (22.27% from 255) = 39.72%

 GREEN value IS 49 (19.53% from 255) = 34.75%

 BLUE value IS 36 (14.45% from 255) = 25.53%

R = 39.72%
G = 34.75%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#383124 (or 0x383124) is known color: Creole. HEX triplet: 38, 31 and 24. RGB value is (56,49,36). Sum of RGB (Red+Green+Blue) = 56+49+36=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #383124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383124 is #C7CEDB. Grayscale: #313131. Windows color (decimal): -13094620 or 2371896. OLE color: 2371896.

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

Color convert

RGB 56 49 36 -
CMYK 0 0.12 0.36 0.78
HSL 39º 0.22% 0.18% -
HSV(B) 39º 0.36% 0.22% -
XYZ 3.05 3.16 2.12 -
YUV 49.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 56 49 36 0 0.12 0.36 0.78 39 0.22 0.18
Hex 38 31 24 0 C 24 4E 27 16 12
Octal 70 61 44 0 14 44 116 47 26 22
Binary 111000 110001 100100 0 1100 100100 1001110 100111 10110 10010

Color Harmonies of #383124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383124

Black with #383124

Text Example


Text Example

White with #383124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383124; }

 p { color: rgb(56,49,36); }

 H1.HeaderClassName
 {
   color: #383124;
 }
 .AnyTagClassName
 {
   color: #383124;
 }
</style>

background-color css

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

 a { background-color: rgb(56,49,36); }

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

border-color css

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

 span { border-color: rgb(56,49,36); }

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