Html Css Color HEX #10383D Nordic

📋 copy color: '#10383D'

red 16 ◦ green 56 ◦ blue 61

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

Shades of Nordic #10383D

Tints of Nordic #10383D

RGB

 RED value IS 16 (6.64% from 255) = 12.03%

 GREEN value IS 56 (22.27% from 255) = 42.11%

 BLUE value IS 61 (24.22% from 255) = 45.86%

R = 12.03%
G = 42.11%
B = 45.86%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10383D (or 0x10383D) is known color: Nordic. HEX triplet: 10, 38 and 3D. RGB value is (16,56,61). Sum of RGB (Red+Green+Blue) = 16+56+61=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #10383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10383D is #EFC7C2. Grayscale: #2C2C2C. Windows color (decimal): -15714243 or 4012048. OLE color: 4012048.

HSL color Cylindrical-coordinate representation of color #10383D: hue angle of 186.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10383D is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 56 61 -
CMYK 0.74 0.08 0 0.76
HSL 186.67º 0.58% 0.15% -
HSV(B) 186.67º 0.74% 0.24% -
XYZ 2.47 3.28 4.92 -
YUV 44.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 16 56 61 0.74 0.08 0 0.76 186.67 0.58 0.15
Hex 10 38 3D 4A 8 0 4C BB 3A F
Octal 20 70 75 112 10 0 114 273 72 17
Binary 10000 111000 111101 1001010 1000 0 1001100 10111011 111010 1111

Color Harmonies of #10383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10383D

Black with #10383D

Text Example


Text Example

White with #10383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10383D; }

 p { color: rgb(16,56,61); }

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

background-color css

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

 a { background-color: rgb(16,56,61); }

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

border-color css

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

 span { border-color: rgb(16,56,61); }

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