Html Css Color HEX #113335 Nordic

📋 copy color: '#113335'

red 17 ◦ green 51 ◦ blue 53

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

Shades of Nordic #113335

Tints of Nordic #113335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 43.8%

R = 14.05%
G = 42.15%
B = 43.8%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#113335 (or 0x113335) is known color: Nordic. HEX triplet: 11, 33 and 35. RGB value is (17,51,53). Sum of RGB (Red+Green+Blue) = 17+51+53=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #113335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113335 is #EECCCA. Grayscale: #292929. Windows color (decimal): -15649995 or 3486481. OLE color: 3486481.

HSL color Cylindrical-coordinate representation of color #113335: hue angle of 183.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113335 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 51 53 -
CMYK 0.68 0.04 0 0.79
HSL 183.33º 0.51% 0.14% -
HSV(B) 183.33º 0.68% 0.21% -
XYZ 2.06 2.74 3.79 -
YUV 41.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 17 51 53 0.68 0.04 0 0.79 183.33 0.51 0.14
Hex 11 33 35 44 4 0 4F B7 33 E
Octal 21 63 65 104 4 0 117 267 63 16
Binary 10001 110011 110101 1000100 100 0 1001111 10110111 110011 1110

Color Harmonies of #113335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113335

Black with #113335

Text Example


Text Example

White with #113335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113335; }

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

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

background-color css

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

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

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

border-color css

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

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

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