Html Css Color HEX #193738 Nordic

📋 copy color: '#193738'

red 25 ◦ green 55 ◦ blue 56

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

Shades of Nordic #193738

Tints of Nordic #193738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 18.38%
G = 40.44%
B = 41.18%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#193738 (or 0x193738) is known color: Nordic. HEX triplet: 19, 37 and 38. RGB value is (25,55,56). Sum of RGB (Red+Green+Blue) = 25+55+56=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #193738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193738 is #E6C8C7. Grayscale: #2E2E2E. Windows color (decimal): -15124680 or 3684121. OLE color: 3684121.

HSL color Cylindrical-coordinate representation of color #193738: hue angle of 181.94º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193738 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 55 56 -
CMYK 0.55 0.02 0 0.78
HSL 181.94º 0.38% 0.16% -
HSV(B) 181.94º 0.55% 0.22% -
XYZ 2.48 3.22 4.23 -
YUV 46.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 25 55 56 0.55 0.02 0 0.78 181.94 0.38 0.16
Hex 19 37 38 37 2 0 4E B6 26 10
Octal 31 67 70 67 2 0 116 266 46 20
Binary 11001 110111 111000 110111 10 0 1001110 10110110 100110 10000

Color Harmonies of #193738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193738

Black with #193738

Text Example


Text Example

White with #193738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193738; }

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

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

background-color css

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

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

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

border-color css

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

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

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