Html Css Color HEX #383126 Creole

📋 copy color: '#383126'

red 56 ◦ green 49 ◦ blue 38

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

Shades of Creole #383126

Tints of Creole #383126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.57%

R = 39.16%
G = 34.27%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#383126 (or 0x383126) is known color: Creole. HEX triplet: 38, 31 and 26. RGB value is (56,49,38). Sum of RGB (Red+Green+Blue) = 56+49+38=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #383126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383126 is #C7CED9. Grayscale: #313131. Windows color (decimal): -13094618 or 2502968. OLE color: 2502968.

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

Color convert

RGB 56 49 38 -
CMYK 0 0.12 0.32 0.78
HSL 36.67º 0.19% 0.18% -
HSV(B) 36.67º 0.32% 0.22% -
XYZ 3.08 3.18 2.28 -
YUV 49.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 56 49 38 0 0.12 0.32 0.78 36.67 0.19 0.18
Hex 38 31 26 0 C 20 4E 25 13 12
Octal 70 61 46 0 14 40 116 45 23 22
Binary 111000 110001 100110 0 1100 100000 1001110 100101 10011 10010

Color Harmonies of #383126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383126

Black with #383126

Text Example


Text Example

White with #383126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383126; }

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

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

background-color css

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

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

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

border-color css

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

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

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