#193838

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

Shades of Nordic #193838

Tints of Nordic #193838

Color information

#193838 (or 0x193838) is unknown color: approx Nordic. HEX triplet: 19, 38 and 38. RGB value is (25,56,56). Sum of RGB (Red+Green+Blue) = 25+56+56=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #193838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193838 is #E6C7C7. Grayscale: #2E2E2E. Windows color (decimal): -15124424 or 3684377. OLE color: 3684377.

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

Color convert

RGB255656-
CMYK0.55000.78
HSL180º38.27%15.88%-
HSV(B)180º55.36%21.96%-
XYZ2.533.324.25-
YUV46.73133.23112.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=18.25%
G=40.88%
B=40.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2556560.55000.7818038.2715.88
Hex19383837004Eb42610
Octal31707067001162644620
Binary110011110001110001101110010011101011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193838; }

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

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

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

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

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

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

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

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