Html Css Color HEX #333B3C Outer Space

📋 copy color: '#333B3C'

red 51 ◦ green 59 ◦ blue 60

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

Shades of Outer Space #333B3C

Tints of Outer Space #333B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.71%

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 30%
G = 34.71%
B = 35.29%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#333B3C (or 0x333B3C) is known color: Outer Space. HEX triplet: 33, 3B and 3C. RGB value is (51,59,60). Sum of RGB (Red+Green+Blue) = 51+59+60=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 60 - color contains mainly: blue. Hex color #333B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B3C is #CCC4C3. Grayscale: #383838. Windows color (decimal): -13419716 or 3947315. OLE color: 3947315.

HSL color Cylindrical-coordinate representation of color #333B3C: hue angle of 186.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #333B3C is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 59 60 -
CMYK 0.15 0.02 0 0.76
HSL 186.67º 0.08% 0.22% -
HSV(B) 186.67º 0.15% 0.24% -
XYZ 3.74 4.16 4.88 -
YUV 56.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 51 59 60 0.15 0.02 0 0.76 186.67 0.08 0.22
Hex 33 3B 3C F 2 0 4C BB 8 16
Octal 63 73 74 17 2 0 114 273 10 26
Binary 110011 111011 111100 1111 10 0 1001100 10111011 1000 10110

Color Harmonies of #333B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B3C

Black with #333B3C

Text Example


Text Example

White with #333B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,59,60); }

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

background-color css

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

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

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

border-color css

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

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

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