Html Css Color HEX #183238 Nordic

📋 copy color: '#183238'

red 24 ◦ green 50 ◦ blue 56

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

Shades of Nordic #183238

Tints of Nordic #183238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.46%

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

R = 18.46%
G = 38.46%
B = 43.08%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#183238 (or 0x183238) is known color: Nordic. HEX triplet: 18, 32 and 38. RGB value is (24,50,56). Sum of RGB (Red+Green+Blue) = 24+50+56=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #183238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183238 is #E7CDC7. Grayscale: #2A2A2A. Windows color (decimal): -15191496 or 3682840. OLE color: 3682840.

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

Color convert

RGB 24 50 56 -
CMYK 0.57 0.11 0 0.78
HSL 191.25º 0.4% 0.16% -
HSV(B) 191.25º 0.57% 0.22% -
XYZ 2.23 2.76 4.16 -
YUV 42.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 24 50 56 0.57 0.11 0 0.78 191.25 0.4 0.16
Hex 18 32 38 39 B 0 4E BF 28 10
Octal 30 62 70 71 13 0 116 277 50 20
Binary 11000 110010 111000 111001 1011 0 1001110 10111111 101000 10000

Color Harmonies of #183238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183238

Black with #183238

Text Example


Text Example

White with #183238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183238; }

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

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

background-color css

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

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

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

border-color css

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

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

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