Html Css Color HEX #113433 Nordic

📋 copy color: '#113433'

red 17 ◦ green 52 ◦ blue 51

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

Shades of Nordic #113433

Tints of Nordic #113433

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

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

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

Color convert

RGB 17 52 51 -
CMYK 0.67 0 0.02 0.80
HSL 178.29º 0.51% 0.14% -
HSV(B) 178.29º 0.67% 0.2% -
XYZ 2.06 2.81 3.57 -
YUV 41.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 17 52 51 0.67 0 0.02 0.80 178.29 0.51 0.14
Hex 11 34 33 43 0 2 50 B2 33 E
Octal 21 64 63 103 0 2 120 262 63 16
Binary 10001 110100 110011 1000011 0 10 1010000 10110010 110011 1110

Color Harmonies of #113433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113433

Black with #113433

Text Example


Text Example

White with #113433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113433; }

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

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

background-color css

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

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

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

border-color css

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

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

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