#193032

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

Shades of Nordic #193032

Tints of Nordic #193032

Color information

#193032 (or 0x193032) is unknown color: approx Nordic. HEX triplet: 19, 30 and 32. RGB value is (25,48,50). Sum of RGB (Red+Green+Blue) = 25+48+50=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 50 - color contains mainly: blue. Hex color #193032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193032 is #E6CFCD. Grayscale: #292929. Windows color (decimal): -15126478 or 3289113. OLE color: 3289113.

HSL color Cylindrical-coordinate representation of color #193032: hue angle of 184.8º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193032 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB254850-
CMYK0.500.0400.80
HSL184.8º33.33%14.71%-
HSV(B)184.8º50%19.61%-
XYZ2.032.553.4-
YUV41.35132.88116.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 50 (19.92% from 255) = 40.65%
R=20.33%
G=39.02%
B=40.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2548500.500.0400.80184.833.3314.71
Hex193032324050b921f
Octal31606262401202714117
Binary1100111000011001011001010001010000101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193032; }

 p { color: rgb(25,48,50); }

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

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

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

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

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

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

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