Html Css Color HEX #323B2F Oil

📋 copy color: '#323B2F'

red 50 ◦ green 59 ◦ blue 47

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

Shades of Oil #323B2F

Tints of Oil #323B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.82%

 BLUE value IS 47 (18.75% from 255) = 30.13%

R = 32.05%
G = 37.82%
B = 30.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.77

RGB Variations

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

Color information

#323B2F (or 0x323B2F) is known color: Oil. HEX triplet: 32, 3B and 2F. RGB value is (50,59,47). Sum of RGB (Red+Green+Blue) = 50+59+47=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 59 - color contains mainly: green. Hex color #323B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B2F is #CDC4D0. Grayscale: #363636. Windows color (decimal): -13485265 or 3095346. OLE color: 3095346.

HSL color Cylindrical-coordinate representation of color #323B2F: hue angle of 105º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #323B2F is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 59 47 -
CMYK 0.15 0 0.20 0.77
HSL 105º 0.11% 0.21% -
HSV(B) 105º 0.2% 0.23% -
XYZ 3.39 4.01 3.28 -
YUV 54.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 50 59 47 0.15 0 0.20 0.77 105 0.11 0.21
Hex 32 3B 2F F 0 14 4D 69 B 15
Octal 62 73 57 17 0 24 115 151 13 25
Binary 110010 111011 101111 1111 0 10100 1001101 1101001 1011 10101

Color Harmonies of #323B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B2F

Black with #323B2F

Text Example


Text Example

White with #323B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323B2F; }

 p { color: rgb(50,59,47); }

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

background-color css

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

 a { background-color: rgb(50,59,47); }

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

border-color css

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

 span { border-color: rgb(50,59,47); }

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