Html Css Color HEX #183230 Swamp

📋 copy color: '#183230'

red 24 ◦ green 50 ◦ blue 48

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

Shades of Swamp #183230

Tints of Swamp #183230

RGB

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

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

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

R = 19.67%
G = 40.98%
B = 39.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#183230 (or 0x183230) is known color: Swamp. HEX triplet: 18, 32 and 30. RGB value is (24,50,48). Sum of RGB (Red+Green+Blue) = 24+50+48=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #183230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183230 is #E7CDCF. Grayscale: #292929. Windows color (decimal): -15191504 or 3158552. OLE color: 3158552.

HSL color Cylindrical-coordinate representation of color #183230: hue angle of 175.38º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #183230 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 50 48 -
CMYK 0.52 0 0.04 0.80
HSL 175.38º 0.35% 0.15% -
HSV(B) 175.38º 0.52% 0.2% -
XYZ 2.05 2.69 3.21 -
YUV 42 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 24 50 48 0.52 0 0.04 0.80 175.38 0.35 0.15
Hex 18 32 30 34 0 4 50 AF 23 F
Octal 30 62 60 64 0 4 120 257 43 17
Binary 11000 110010 110000 110100 0 100 1010000 10101111 100011 1111

Color Harmonies of #183230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183230

Black with #183230

Text Example


Text Example

White with #183230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183230; }

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

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

background-color css

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

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

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

border-color css

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

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

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