Html Css Color HEX #363128 Creole

📋 copy color: '#363128'

red 54 ◦ green 49 ◦ blue 40

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

Shades of Creole #363128

Tints of Creole #363128

RGB

 RED value IS 54 (21.48% from 255) = 37.76%

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

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

R = 37.76%
G = 34.27%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#363128 (or 0x363128) is known color: Creole. HEX triplet: 36, 31 and 28. RGB value is (54,49,40). Sum of RGB (Red+Green+Blue) = 54+49+40=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #363128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363128 is #C9CED7. Grayscale: #313131. Windows color (decimal): -13225688 or 2634038. OLE color: 2634038.

HSL color Cylindrical-coordinate representation of color #363128: hue angle of 38.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363128 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 49 40 -
CMYK 0 0.09 0.26 0.79
HSL 38.57º 0.15% 0.18% -
HSV(B) 38.57º 0.26% 0.21% -
XYZ 3 3.13 2.45 -
YUV 49.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 54 49 40 0 0.09 0.26 0.79 38.57 0.15 0.18
Hex 36 31 28 0 9 1A 4F 27 F 12
Octal 66 61 50 0 11 32 117 47 17 22
Binary 110110 110001 101000 0 1001 11010 1001111 100111 1111 10010

Color Harmonies of #363128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363128

Black with #363128

Text Example


Text Example

White with #363128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363128; }

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

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

background-color css

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

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

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

border-color css

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

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

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