Html Css Color HEX #183330 Swamp

📋 copy color: '#183330'

red 24 ◦ green 51 ◦ blue 48

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

Shades of Swamp #183330

Tints of Swamp #183330

RGB

 RED value IS 24 (9.77% from 255) = 19.51%

 GREEN value IS 51 (20.31% from 255) = 41.46%

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

R = 19.51%
G = 41.46%
B = 39.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#183330 (or 0x183330) is known color: Swamp. HEX triplet: 18, 33 and 30. RGB value is (24,51,48). Sum of RGB (Red+Green+Blue) = 24+51+48=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #183330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183330 is #E7CCCF. Grayscale: #2A2A2A. Windows color (decimal): -15191248 or 3158808. OLE color: 3158808.

HSL color Cylindrical-coordinate representation of color #183330: hue angle of 173.33º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183330 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 51 48 -
CMYK 0.53 0 0.06 0.8
HSL 173.33º 0.36% 0.15% -
HSV(B) 173.33º 0.53% 0.2% -
XYZ 2.09 2.78 3.22 -
YUV 42.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 24 51 48 0.53 0 0.06 0.8 173.33 0.36 0.15
Hex 18 33 30 35 0 6 50 AD 24 F
Octal 30 63 60 65 0 6 120 255 44 17
Binary 11000 110011 110000 110101 0 110 1010000 10101101 100100 1111

Color Harmonies of #183330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183330

Black with #183330

Text Example


Text Example

White with #183330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183330; }

 p { color: rgb(24,51,48); }

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

background-color css

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

 a { background-color: rgb(24,51,48); }

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

border-color css

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

 span { border-color: rgb(24,51,48); }

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