#19383C

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

Shades of Nordic #19383C

Tints of Nordic #19383C

Color information

#19383C (or 0x19383C) is unknown color: approx Nordic. HEX triplet: 19, 38 and 3C. RGB value is (25,56,60). Sum of RGB (Red+Green+Blue) = 25+56+60=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #19383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19383C is #E6C7C3. Grayscale: #2F2F2F. Windows color (decimal): -15124420 or 3946521. OLE color: 3946521.

HSL color Cylindrical-coordinate representation of color #19383C: hue angle of 186.86º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19383C is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB255660-
CMYK0.580.0700.76
HSL186.86º41.18%16.67%-
HSV(B)186.86º58.33%23.53%-
XYZ2.633.364.79-
YUV47.19135.23112.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=17.73%
G=39.72%
B=42.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2556600.580.0700.76186.8641.1816.67
Hex19383C3A704Cbb2911
Octal31707472701142735121
Binary11001111000111100111010111010011001011101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19383C; }

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

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

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

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

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

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

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

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