Html Css Color HEX #193032 Nordic

📋 copy color: '#193032'

red 25 ◦ green 48 ◦ blue 50

#193032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #193032

Tints of Nordic #193032

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 value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#193032 (or 0x193032) is known color: 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

RGB 25 48 50 -
CMYK 0.50 0.04 0 0.80
HSL 184.8º 0.33% 0.15% -
HSV(B) 184.8º 0.5% 0.2% -
XYZ 2.03 2.55 3.4 -
YUV 41.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 25 48 50 0.50 0.04 0 0.80 184.8 0.33 0.15
Hex 19 30 32 32 4 0 50 B9 21 F
Octal 31 60 62 62 4 0 120 271 41 17
Binary 11001 110000 110010 110010 100 0 1010000 10111001 100001 1111

Color Harmonies of #193032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193032

Black with #193032

Text Example


Text Example

White with #193032

Text Example


Text Example

HTML Codes & Css Web 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>