Html Css Color HEX #383329 Creole

📋 copy color: '#383329'

red 56 ◦ green 51 ◦ blue 41

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

Shades of Creole #383329

Tints of Creole #383329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.46%

 BLUE value IS 41 (16.41% from 255) = 27.7%

R = 37.84%
G = 34.46%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#383329 (or 0x383329) is known color: Creole. HEX triplet: 38, 33 and 29. RGB value is (56,51,41). Sum of RGB (Red+Green+Blue) = 56+51+41=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #383329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383329 is #C7CCD6. Grayscale: #333333. Windows color (decimal): -13094103 or 2700088. OLE color: 2700088.

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

Color convert

RGB 56 51 41 -
CMYK 0 0.09 0.27 0.78
HSL 40º 0.15% 0.19% -
HSV(B) 40º 0.27% 0.22% -
XYZ 3.21 3.37 2.58 -
YUV 51.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 56 51 41 0 0.09 0.27 0.78 40 0.15 0.19
Hex 38 33 29 0 9 1B 4E 28 F 13
Octal 70 63 51 0 11 33 116 50 17 23
Binary 111000 110011 101001 0 1001 11011 1001110 101000 1111 10011

Color Harmonies of #383329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383329

Black with #383329

Text Example


Text Example

White with #383329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383329; }

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

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

background-color css

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

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

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

border-color css

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

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

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