Html Css Color HEX #113034 Nordic

📋 copy color: '#113034'

red 17 ◦ green 48 ◦ blue 52

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

Shades of Nordic #113034

Tints of Nordic #113034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

 BLUE value IS 52 (20.7% from 255) = 44.44%

R = 14.53%
G = 41.03%
B = 44.44%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#113034 (or 0x113034) is known color: Nordic. HEX triplet: 11, 30 and 34. RGB value is (17,48,52). Sum of RGB (Red+Green+Blue) = 17+48+52=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #113034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113034 is #EECFCB. Grayscale: #272727. Windows color (decimal): -15650764 or 3420177. OLE color: 3420177.

HSL color Cylindrical-coordinate representation of color #113034: hue angle of 186.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113034 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 48 52 -
CMYK 0.67 0.08 0 0.80
HSL 186.86º 0.51% 0.14% -
HSV(B) 186.86º 0.67% 0.2% -
XYZ 1.91 2.48 3.63 -
YUV 39.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 17 48 52 0.67 0.08 0 0.80 186.86 0.51 0.14
Hex 11 30 34 43 8 0 50 BB 33 E
Octal 21 60 64 103 10 0 120 273 63 16
Binary 10001 110000 110100 1000011 1000 0 1010000 10111011 110011 1110

Color Harmonies of #113034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113034

Black with #113034

Text Example


Text Example

White with #113034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113034; }

 p { color: rgb(17,48,52); }

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

background-color css

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

 a { background-color: rgb(17,48,52); }

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

border-color css

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

 span { border-color: rgb(17,48,52); }

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