Html Css Color HEX #33484B Dark Slate Grey

📋 copy color: '#33484B'

red 51 ◦ green 72 ◦ blue 75

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

Shades of Dark Slate Grey #33484B

Tints of Dark Slate Grey #33484B

RGB

 RED value IS 51 (20.31% from 255) = 25.76%

 GREEN value IS 72 (28.52% from 255) = 36.36%

 BLUE value IS 75 (29.69% from 255) = 37.88%

R = 25.76%
G = 36.36%
B = 37.88%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#33484B (or 0x33484B) is known color: Dark Slate Grey. HEX triplet: 33, 48 and 4B. RGB value is (51,72,75). Sum of RGB (Red+Green+Blue) = 51+72+75=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #33484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33484B is #CCB7B4. Grayscale: #424242. Windows color (decimal): -13416373 or 4933683. OLE color: 4933683.

HSL color Cylindrical-coordinate representation of color #33484B: hue angle of 187.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #33484B is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 72 75 -
CMYK 0.32 0.04 0 0.71
HSL 187.5º 0.19% 0.25% -
HSV(B) 187.5º 0.32% 0.29% -
XYZ 4.95 5.85 7.52 -
YUV 66.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 51 72 75 0.32 0.04 0 0.71 187.5 0.19 0.25
Hex 33 48 4B 20 4 0 47 BC 13 19
Octal 63 110 113 40 4 0 107 274 23 31
Binary 110011 1001000 1001011 100000 100 0 1000111 10111100 10011 11001

Color Harmonies of #33484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33484B

Black with #33484B

Text Example


Text Example

White with #33484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33484B; }

 p { color: rgb(51,72,75); }

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

background-color css

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

 a { background-color: rgb(51,72,75); }

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

border-color css

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

 span { border-color: rgb(51,72,75); }

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