Html Css Color HEX #253334 Swamp

📋 copy color: '#253334'

red 37 ◦ green 51 ◦ blue 52

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

Shades of Swamp #253334

Tints of Swamp #253334

RGB

 RED value IS 37 (14.84% from 255) = 26.43%

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

 BLUE value IS 52 (20.7% from 255) = 37.14%

R = 26.43%
G = 36.43%
B = 37.14%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#253334 (or 0x253334) is known color: Swamp. HEX triplet: 25, 33 and 34. RGB value is (37,51,52). Sum of RGB (Red+Green+Blue) = 37+51+52=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 52 - color contains mainly: blue. Hex color #253334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253334 is #DACCCB. Grayscale: #2E2E2E. Windows color (decimal): -14339276 or 3420965. OLE color: 3420965.

HSL color Cylindrical-coordinate representation of color #253334: hue angle of 184º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #253334 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 51 52 -
CMYK 0.29 0.02 0 0.80
HSL 184º 0.17% 0.17% -
HSV(B) 184º 0.29% 0.2% -
XYZ 2.57 3.01 3.69 -
YUV 46.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 37 51 52 0.29 0.02 0 0.80 184 0.17 0.17
Hex 25 33 34 1D 2 0 50 B8 11 11
Octal 45 63 64 35 2 0 120 270 21 21
Binary 100101 110011 110100 11101 10 0 1010000 10111000 10001 10001

Color Harmonies of #253334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253334

Black with #253334

Text Example


Text Example

White with #253334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253334; }

 p { color: rgb(37,51,52); }

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

background-color css

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

 a { background-color: rgb(37,51,52); }

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

border-color css

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

 span { border-color: rgb(37,51,52); }

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