Html Css Color HEX #193635 Nordic

📋 copy color: '#193635'

red 25 ◦ green 54 ◦ blue 53

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

Shades of Nordic #193635

Tints of Nordic #193635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 40.15%

R = 18.94%
G = 40.91%
B = 40.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#193635 (or 0x193635) is known color: Nordic. HEX triplet: 19, 36 and 35. RGB value is (25,54,53). Sum of RGB (Red+Green+Blue) = 25+54+53=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #193635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193635 is #E6C9CA. Grayscale: #2D2D2D. Windows color (decimal): -15124939 or 3487257. OLE color: 3487257.

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

Color convert

RGB 25 54 53 -
CMYK 0.54 0 0.02 0.79
HSL 177.93º 0.37% 0.15% -
HSV(B) 177.93º 0.54% 0.21% -
XYZ 2.36 3.1 3.84 -
YUV 45.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 25 54 53 0.54 0 0.02 0.79 177.93 0.37 0.15
Hex 19 36 35 36 0 2 4F B2 25 F
Octal 31 66 65 66 0 2 117 262 45 17
Binary 11001 110110 110101 110110 0 10 1001111 10110010 100101 1111

Color Harmonies of #193635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193635

Black with #193635

Text Example


Text Example

White with #193635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193635; }

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

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

background-color css

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

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

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

border-color css

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

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

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