Html Css Color HEX #113334 Nordic

📋 copy color: '#113334'

red 17 ◦ green 51 ◦ blue 52

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

Shades of Nordic #113334

Tints of Nordic #113334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.5%

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

R = 14.17%
G = 42.5%
B = 43.33%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#113334 (or 0x113334) is known color: Nordic. HEX triplet: 11, 33 and 34. RGB value is (17,51,52). Sum of RGB (Red+Green+Blue) = 17+51+52=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #113334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113334 is #EECCCB. Grayscale: #282828. Windows color (decimal): -15649996 or 3420945. OLE color: 3420945.

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

Color convert

RGB 17 51 52 -
CMYK 0.67 0.02 0 0.80
HSL 181.71º 0.51% 0.14% -
HSV(B) 181.71º 0.67% 0.2% -
XYZ 2.03 2.73 3.67 -
YUV 40.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 17 51 52 0.67 0.02 0 0.80 181.71 0.51 0.14
Hex 11 33 34 43 2 0 50 B6 33 E
Octal 21 63 64 103 2 0 120 266 63 16
Binary 10001 110011 110100 1000011 10 0 1010000 10110110 110011 1110

Color Harmonies of #113334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113334

Black with #113334

Text Example


Text Example

White with #113334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113334; }

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

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

background-color css

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

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

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

border-color css

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

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

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