Html Css Color HEX #183538 Nordic

📋 copy color: '#183538'

red 24 ◦ green 53 ◦ blue 56

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

Shades of Nordic #183538

Tints of Nordic #183538

RGB

 RED value IS 24 (9.77% from 255) = 18.05%

 GREEN value IS 53 (21.09% from 255) = 39.85%

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

R = 18.05%
G = 39.85%
B = 42.11%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#183538 (or 0x183538) is known color: Nordic. HEX triplet: 18, 35 and 38. RGB value is (24,53,56). Sum of RGB (Red+Green+Blue) = 24+53+56=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #183538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183538 is #E7CAC7. Grayscale: #2C2C2C. Windows color (decimal): -15190728 or 3683608. OLE color: 3683608.

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

Color convert

RGB 24 53 56 -
CMYK 0.57 0.05 0 0.78
HSL 185.63º 0.4% 0.16% -
HSV(B) 185.63º 0.57% 0.22% -
XYZ 2.36 3.03 4.2 -
YUV 44.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 24 53 56 0.57 0.05 0 0.78 185.63 0.4 0.16
Hex 18 35 38 39 5 0 4E BA 28 10
Octal 30 65 70 71 5 0 116 272 50 20
Binary 11000 110101 111000 111001 101 0 1001110 10111010 101000 10000

Color Harmonies of #183538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183538

Black with #183538

Text Example


Text Example

White with #183538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183538; }

 p { color: rgb(24,53,56); }

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

background-color css

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

 a { background-color: rgb(24,53,56); }

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

border-color css

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

 span { border-color: rgb(24,53,56); }

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