Html Css Color HEX #383128 Creole

📋 copy color: '#383128'

red 56 ◦ green 49 ◦ blue 40

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

Shades of Creole #383128

Tints of Creole #383128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.59%

R = 38.62%
G = 33.79%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#383128 (or 0x383128) is known color: Creole. HEX triplet: 38, 31 and 28. RGB value is (56,49,40). Sum of RGB (Red+Green+Blue) = 56+49+40=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #383128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383128 is #C7CED7. Grayscale: #323232. Windows color (decimal): -13094616 or 2634040. OLE color: 2634040.

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

Color convert

RGB 56 49 40 -
CMYK 0 0.12 0.29 0.78
HSL 33.75º 0.17% 0.19% -
HSV(B) 33.75º 0.29% 0.22% -
XYZ 3.11 3.19 2.46 -
YUV 50.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 56 49 40 0 0.12 0.29 0.78 33.75 0.17 0.19
Hex 38 31 28 0 C 1D 4E 22 11 13
Octal 70 61 50 0 14 35 116 42 21 23
Binary 111000 110001 101000 0 1100 11101 1001110 100010 10001 10011

Color Harmonies of #383128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383128

Black with #383128

Text Example


Text Example

White with #383128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383128; }

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

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

background-color css

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

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

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

border-color css

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

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

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