Html Css Color HEX #112D33 Nordic

📋 copy color: '#112D33'

red 17 ◦ green 45 ◦ blue 51

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

Shades of Nordic #112D33

Tints of Nordic #112D33

RGB

 RED value IS 17 (7.03% from 255) = 15.04%

 GREEN value IS 45 (17.97% from 255) = 39.82%

 BLUE value IS 51 (20.31% from 255) = 45.13%

R = 15.04%
G = 39.82%
B = 45.13%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#112D33 (or 0x112D33) is known color: Nordic. HEX triplet: 11, 2D and 33. RGB value is (17,45,51). Sum of RGB (Red+Green+Blue) = 17+45+51=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 51 - color contains mainly: blue. Hex color #112D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D33 is #EED2CC. Grayscale: #252525. Windows color (decimal): -15651533 or 3353873. OLE color: 3353873.

HSL color Cylindrical-coordinate representation of color #112D33: hue angle of 190.59º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112D33 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 45 51 -
CMYK 0.67 0.12 0 0.8
HSL 190.59º 0.5% 0.13% -
HSV(B) 190.59º 0.67% 0.2% -
XYZ 1.77 2.23 3.47 -
YUV 37.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 17 45 51 0.67 0.12 0 0.8 190.59 0.5 0.13
Hex 11 2D 33 43 C 0 50 BF 32 D
Octal 21 55 63 103 14 0 120 277 62 15
Binary 10001 101101 110011 1000011 1100 0 1010000 10111111 110010 1101

Color Harmonies of #112D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D33

Black with #112D33

Text Example


Text Example

White with #112D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112D33; }

 p { color: rgb(17,45,51); }

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

background-color css

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

 a { background-color: rgb(17,45,51); }

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

border-color css

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

 span { border-color: rgb(17,45,51); }

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