Html Css Color HEX #383226 Creole

📋 copy color: '#383226'

red 56 ◦ green 50 ◦ blue 38

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

Shades of Creole #383226

Tints of Creole #383226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.72%

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

R = 38.89%
G = 34.72%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#383226 (or 0x383226) is known color: Creole. HEX triplet: 38, 32 and 26. RGB value is (56,50,38). Sum of RGB (Red+Green+Blue) = 56+50+38=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #383226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383226 is #C7CDD9. Grayscale: #323232. Windows color (decimal): -13094362 or 2503224. OLE color: 2503224.

HSL color Cylindrical-coordinate representation of color #383226: hue angle of 40º 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 #383226 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 38 -
CMYK 0 0.11 0.32 0.78
HSL 40º 0.19% 0.18% -
HSV(B) 40º 0.32% 0.22% -
XYZ 3.12 3.26 2.3 -
YUV 50.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 56 50 38 0 0.11 0.32 0.78 40 0.19 0.18
Hex 38 32 26 0 B 20 4E 28 13 12
Octal 70 62 46 0 13 40 116 50 23 22
Binary 111000 110010 100110 0 1011 100000 1001110 101000 10011 10010

Color Harmonies of #383226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383226

Black with #383226

Text Example


Text Example

White with #383226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383226; }

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

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

background-color css

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

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

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

border-color css

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

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

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