Html Css Color HEX #193636 Nordic

📋 copy color: '#193636'

red 25 ◦ green 54 ◦ blue 54

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

Shades of Nordic #193636

Tints of Nordic #193636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.6%

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

R = 18.8%
G = 40.6%
B = 40.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#193636 (or 0x193636) is known color: Nordic. HEX triplet: 19, 36 and 36. RGB value is (25,54,54). Sum of RGB (Red+Green+Blue) = 25+54+54=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #193636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193636 is #E6C9C9. Grayscale: #2D2D2D. Windows color (decimal): -15124938 or 3552793. OLE color: 3552793.

HSL color Cylindrical-coordinate representation of color #193636: hue angle of 180º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #193636 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 54 54 -
CMYK 0.54 0 0 0.79
HSL 180º 0.37% 0.15% -
HSV(B) 180º 0.54% 0.21% -
XYZ 2.39 3.11 3.96 -
YUV 45.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 25 54 54 0.54 0 0 0.79 180 0.37 0.15
Hex 19 36 36 36 0 0 4F B4 25 F
Octal 31 66 66 66 0 0 117 264 45 17
Binary 11001 110110 110110 110110 0 0 1001111 10110100 100101 1111

Color Harmonies of #193636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193636

Black with #193636

Text Example


Text Example

White with #193636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193636; }

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

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

background-color css

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

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

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

border-color css

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

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

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