Html Css Color HEX #333D3F Outer Space

📋 copy color: '#333D3F'

red 51 ◦ green 61 ◦ blue 63

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

Shades of Outer Space #333D3F

Tints of Outer Space #333D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.86%

 BLUE value IS 63 (25% from 255) = 36%

R = 29.14%
G = 34.86%
B = 36%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333D3F (or 0x333D3F) is known color: Outer Space. HEX triplet: 33, 3D and 3F. RGB value is (51,61,63). Sum of RGB (Red+Green+Blue) = 51+61+63=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: blue. Hex color #333D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D3F is #CCC2C0. Grayscale: #3A3A3A. Windows color (decimal): -13419201 or 4144435. OLE color: 4144435.

HSL color Cylindrical-coordinate representation of color #333D3F: hue angle of 190º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #333D3F is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 61 63 -
CMYK 0.19 0.03 0 0.75
HSL 190º 0.11% 0.22% -
HSV(B) 190º 0.19% 0.25% -
XYZ 3.93 4.4 5.34 -
YUV 58.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 51 61 63 0.19 0.03 0 0.75 190 0.11 0.22
Hex 33 3D 3F 13 3 0 4B BE B 16
Octal 63 75 77 23 3 0 113 276 13 26
Binary 110011 111101 111111 10011 11 0 1001011 10111110 1011 10110

Color Harmonies of #333D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D3F

Black with #333D3F

Text Example


Text Example

White with #333D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333D3F; }

 p { color: rgb(51,61,63); }

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

background-color css

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

 a { background-color: rgb(51,61,63); }

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

border-color css

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

 span { border-color: rgb(51,61,63); }

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