Html Css Color HEX #19393B Nordic

📋 copy color: '#19393B'

red 25 ◦ green 57 ◦ blue 59

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

Shades of Nordic #19393B

Tints of Nordic #19393B

RGB

 RED value IS 25 (10.16% from 255) = 17.73%

 GREEN value IS 57 (22.66% from 255) = 40.43%

 BLUE value IS 59 (23.44% from 255) = 41.84%

R = 17.73%
G = 40.43%
B = 41.84%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19393B (or 0x19393B) is known color: Nordic. HEX triplet: 19, 39 and 3B. RGB value is (25,57,59). Sum of RGB (Red+Green+Blue) = 25+57+59=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 59 - color contains mainly: blue. Hex color #19393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19393B is #E6C6C4. Grayscale: #2F2F2F. Windows color (decimal): -15124165 or 3881241. OLE color: 3881241.

HSL color Cylindrical-coordinate representation of color #19393B: hue angle of 183.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19393B is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 57 59 -
CMYK 0.58 0.03 0 0.77
HSL 183.53º 0.4% 0.16% -
HSV(B) 183.53º 0.58% 0.23% -
XYZ 2.65 3.45 4.66 -
YUV 47.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 25 57 59 0.58 0.03 0 0.77 183.53 0.4 0.16
Hex 19 39 3B 3A 3 0 4D B8 28 10
Octal 31 71 73 72 3 0 115 270 50 20
Binary 11001 111001 111011 111010 11 0 1001101 10111000 101000 10000

Color Harmonies of #19393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19393B

Black with #19393B

Text Example


Text Example

White with #19393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19393B; }

 p { color: rgb(25,57,59); }

 H1.HeaderClassName
 {
   color: #19393B;
 }
 .AnyTagClassName
 {
   color: #19393B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #19393B;
 }
 .BgClassName
 {
   background-color: #19393B;
 }
</style>

border-color css

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

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

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