Html Css Color HEX #19383C Nordic

📋 copy color: '#19383C'

red 25 ◦ green 56 ◦ blue 60

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

Shades of Nordic #19383C

Tints of Nordic #19383C

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

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19383C (or 0x19383C) is known color: 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

RGB 25 56 60 -
CMYK 0.58 0.07 0 0.76
HSL 186.86º 0.41% 0.17% -
HSV(B) 186.86º 0.58% 0.24% -
XYZ 2.63 3.36 4.79 -
YUV 47.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 25 56 60 0.58 0.07 0 0.76 186.86 0.41 0.17
Hex 19 38 3C 3A 7 0 4C BB 29 11
Octal 31 70 74 72 7 0 114 273 51 21
Binary 11001 111000 111100 111010 111 0 1001100 10111011 101001 10001

Color Harmonies of #19383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19383C

Black with #19383C

Text Example


Text Example

White with #19383C

Text Example


Text Example

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