Html Css Color HEX #383230 Gondola

📋 copy color: '#383230'

red 56 ◦ green 50 ◦ blue 48

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

Shades of Gondola #383230

Tints of Gondola #383230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.17%

R = 36.36%
G = 32.47%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#383230 (or 0x383230) is known color: Gondola. HEX triplet: 38, 32 and 30. RGB value is (56,50,48). Sum of RGB (Red+Green+Blue) = 56+50+48=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #383230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383230 is #C7CDCF. Grayscale: #333333. Windows color (decimal): -13094352 or 3158584. OLE color: 3158584.

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

Color convert

RGB 56 50 48 -
CMYK 0 0.11 0.14 0.78
HSL 15º 0.08% 0.2% -
HSV(B) 15º 0.14% 0.22% -
XYZ 3.3 3.34 3.27 -
YUV 51.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 56 50 48 0 0.11 0.14 0.78 15 0.08 0.2
Hex 38 32 30 0 B E 4E F 8 14
Octal 70 62 60 0 13 16 116 17 10 24
Binary 111000 110010 110000 0 1011 1110 1001110 1111 1000 10100

Color Harmonies of #383230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383230

Black with #383230

Text Example


Text Example

White with #383230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383230; }

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

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

background-color css

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

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

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

border-color css

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

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

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