Html Css Color HEX #383125 Creole

📋 copy color: '#383125'

red 56 ◦ green 49 ◦ blue 37

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

Shades of Creole #383125

Tints of Creole #383125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.06%

R = 39.44%
G = 34.51%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#383125 (or 0x383125) is known color: Creole. HEX triplet: 38, 31 and 25. RGB value is (56,49,37). Sum of RGB (Red+Green+Blue) = 56+49+37=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #383125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383125 is #C7CEDA. Grayscale: #313131. Windows color (decimal): -13094619 or 2437432. OLE color: 2437432.

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

Color convert

RGB 56 49 37 -
CMYK 0 0.12 0.34 0.78
HSL 37.89º 0.2% 0.18% -
HSV(B) 37.89º 0.34% 0.22% -
XYZ 3.06 3.17 2.2 -
YUV 49.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 56 49 37 0 0.12 0.34 0.78 37.89 0.2 0.18
Hex 38 31 25 0 C 22 4E 26 14 12
Octal 70 61 45 0 14 42 116 46 24 22
Binary 111000 110001 100101 0 1100 100010 1001110 100110 10100 10010

Color Harmonies of #383125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383125

Black with #383125

Text Example


Text Example

White with #383125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383125; }

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

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

background-color css

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

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

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

border-color css

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

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

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