Html Css Color HEX #383028 Cola

📋 copy color: '#383028'

red 56 ◦ green 48 ◦ blue 40

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

Shades of Cola #383028

Tints of Cola #383028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.33%

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

R = 38.89%
G = 33.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#383028 (or 0x383028) is known color: Cola. HEX triplet: 38, 30 and 28. RGB value is (56,48,40). Sum of RGB (Red+Green+Blue) = 56+48+40=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #383028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383028 is #C7CFD7. Grayscale: #313131. Windows color (decimal): -13094872 or 2633784. OLE color: 2633784.

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

Color convert

RGB 56 48 40 -
CMYK 0 0.14 0.29 0.78
HSL 30º 0.17% 0.19% -
HSV(B) 30º 0.29% 0.22% -
XYZ 3.07 3.11 2.45 -
YUV 49.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 56 48 40 0 0.14 0.29 0.78 30 0.17 0.19
Hex 38 30 28 0 E 1D 4E 1E 11 13
Octal 70 60 50 0 16 35 116 36 21 23
Binary 111000 110000 101000 0 1110 11101 1001110 11110 10001 10011

Color Harmonies of #383028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383028

Black with #383028

Text Example


Text Example

White with #383028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383028; }

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

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

background-color css

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

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

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

border-color css

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

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

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