#193738

Color #193738 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #193738

Tints of Nordic #193738

Color information

#193738 (or 0x193738) is unknown color: approx Nordic. HEX triplet: 19, 37 and 38. RGB value is (25,55,56). Sum of RGB (Red+Green+Blue) = 25+55+56=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #193738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193738 is #E6C8C7. Grayscale: #2E2E2E. Windows color (decimal): -15124680 or 3684121. OLE color: 3684121.

HSL color Cylindrical-coordinate representation of color #193738: hue angle of 181.94º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193738 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB255556-
CMYK0.550.0200.78
HSL181.94º38.27%15.88%-
HSV(B)181.94º55.36%21.96%-
XYZ2.483.224.23-
YUV46.14133.56112.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=18.38%
G=40.44%
B=41.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2555560.550.0200.78181.9438.2715.88
Hex19373837204Eb62610
Octal31677067201162664620
Binary1100111011111100011011110010011101011011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193738; }

 p { color: rgb(25,55,56); }

 H1.HeaderClassName
 {
   color: #193738;
 }
 .AnyTagClassName
 {
   color: #193738;
 }
</style>
background-color css

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

 a { background-color: rgb(25,55,56); }

 div.DivClassName
 {
   background-color: #193738;
 }
 .BgClassName
 {
   background-color: #193738;
 }
</style>
border-color css

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

 span { border-color: rgb(25,55,56); }

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