Html Css Color HEX #333A3A Outer Space

📋 copy color: '#333A3A'

red 51 ◦ green 58 ◦ blue 58

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

Shades of Outer Space #333A3A

Tints of Outer Space #333A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.73%

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

R = 30.54%
G = 34.73%
B = 34.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#333A3A (or 0x333A3A) is known color: Outer Space. HEX triplet: 33, 3A and 3A. RGB value is (51,58,58). Sum of RGB (Red+Green+Blue) = 51+58+58=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #333A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A3A is #CCC5C5. Grayscale: #373737. Windows color (decimal): -13419974 or 3815987. OLE color: 3815987.

HSL color Cylindrical-coordinate representation of color #333A3A: hue angle of 180º 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 #333A3A is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 58 58 -
CMYK 0.12 0 0 0.77
HSL 180º 0.06% 0.21% -
HSV(B) 180º 0.12% 0.23% -
XYZ 3.64 4.04 4.59 -
YUV 55.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 51 58 58 0.12 0 0 0.77 180 0.06 0.21
Hex 33 3A 3A C 0 0 4D B4 6 15
Octal 63 72 72 14 0 0 115 264 6 25
Binary 110011 111010 111010 1100 0 0 1001101 10110100 110 10101

Color Harmonies of #333A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A3A

Black with #333A3A

Text Example


Text Example

White with #333A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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