Html Css Color HEX #323830 Oil

📋 copy color: '#323830'

red 50 ◦ green 56 ◦ blue 48

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

Shades of Oil #323830

Tints of Oil #323830

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

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

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

Color convert

RGB 50 56 48 -
CMYK 0.11 0 0.14 0.78
HSL 105º 0.08% 0.2% -
HSV(B) 105º 0.14% 0.22% -
XYZ 3.26 3.72 3.34 -
YUV 53.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 50 56 48 0.11 0 0.14 0.78 105 0.08 0.2
Hex 32 38 30 B 0 E 4E 69 8 14
Octal 62 70 60 13 0 16 116 151 10 24
Binary 110010 111000 110000 1011 0 1110 1001110 1101001 1000 10100

Color Harmonies of #323830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323830

Black with #323830

Text Example


Text Example

White with #323830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323830; }

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

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

background-color css

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

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

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

border-color css

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

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

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