#193338

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

Shades of Nordic #193338

Tints of Nordic #193338

Color information

#193338 (or 0x193338) is unknown color: approx Nordic. HEX triplet: 19, 33 and 38. RGB value is (25,51,56). Sum of RGB (Red+Green+Blue) = 25+51+56=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #193338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193338 is #E6CCC7. Grayscale: #2B2B2B. Windows color (decimal): -15125704 or 3683097. OLE color: 3683097.

HSL color Cylindrical-coordinate representation of color #193338: hue angle of 189.68º 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 #193338 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB255156-
CMYK0.550.0900.78
HSL189.68º38.27%15.88%-
HSV(B)189.68º55.36%21.96%-
XYZ2.32.864.17-
YUV43.8134.89114.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=18.94%
G=38.64%
B=42.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2551560.550.0900.78189.6838.2715.88
Hex19333837904Ebe2610
Octal316370671101162764620
Binary110011100111110001101111001010011101011111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193338; }

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

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

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

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

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

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

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

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