Html Css Color HEX #33393A Outer Space

📋 copy color: '#33393A'

red 51 ◦ green 57 ◦ blue 58

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

Shades of Outer Space #33393A

Tints of Outer Space #33393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.34%

 BLUE value IS 58 (23.05% from 255) = 34.94%

R = 30.72%
G = 34.34%
B = 34.94%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33393A (or 0x33393A) is known color: Outer Space. HEX triplet: 33, 39 and 3A. RGB value is (51,57,58). Sum of RGB (Red+Green+Blue) = 51+57+58=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 58 - color contains mainly: blue. Hex color #33393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33393A is #CCC6C5. Grayscale: #373737. Windows color (decimal): -13420230 or 3815731. OLE color: 3815731.

HSL color Cylindrical-coordinate representation of color #33393A: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #33393A is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 57 58 -
CMYK 0.12 0.02 0 0.77
HSL 188.57º 0.06% 0.21% -
HSV(B) 188.57º 0.12% 0.23% -
XYZ 3.59 3.94 4.57 -
YUV 55.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 51 57 58 0.12 0.02 0 0.77 188.57 0.06 0.21
Hex 33 39 3A C 2 0 4D BD 6 15
Octal 63 71 72 14 2 0 115 275 6 25
Binary 110011 111001 111010 1100 10 0 1001101 10111101 110 10101

Color Harmonies of #33393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33393A

Black with #33393A

Text Example


Text Example

White with #33393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33393A; }

 p { color: rgb(51,57,58); }

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

background-color css

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

 a { background-color: rgb(51,57,58); }

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

border-color css

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

 span { border-color: rgb(51,57,58); }

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