Html Css Color HEX #193736 Nordic

📋 copy color: '#193736'

red 25 ◦ green 55 ◦ blue 54

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

Shades of Nordic #193736

Tints of Nordic #193736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 40.3%

R = 18.66%
G = 41.04%
B = 40.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#193736 (or 0x193736) is known color: Nordic. HEX triplet: 19, 37 and 36. RGB value is (25,55,54). Sum of RGB (Red+Green+Blue) = 25+55+54=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #193736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193736 is #E6C8C9. Grayscale: #2D2D2D. Windows color (decimal): -15124682 or 3553049. OLE color: 3553049.

HSL color Cylindrical-coordinate representation of color #193736: hue angle of 178º 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 #193736 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 55 54 -
CMYK 0.55 0 0.02 0.78
HSL 178º 0.38% 0.16% -
HSV(B) 178º 0.55% 0.22% -
XYZ 2.43 3.21 3.98 -
YUV 45.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 25 55 54 0.55 0 0.02 0.78 178 0.38 0.16
Hex 19 37 36 37 0 2 4E B2 26 10
Octal 31 67 66 67 0 2 116 262 46 20
Binary 11001 110111 110110 110111 0 10 1001110 10110010 100110 10000

Color Harmonies of #193736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193736

Black with #193736

Text Example


Text Example

White with #193736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193736; }

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

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

background-color css

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

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

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

border-color css

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

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

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