Html Css Color HEX #103338 Nordic

📋 copy color: '#103338'

red 16 ◦ green 51 ◦ blue 56

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

Shades of Nordic #103338

Tints of Nordic #103338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 45.53%

R = 13.01%
G = 41.46%
B = 45.53%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#103338 (or 0x103338) is known color: Nordic. HEX triplet: 10, 33 and 38. RGB value is (16,51,56). Sum of RGB (Red+Green+Blue) = 16+51+56=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #103338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103338 is #EFCCC7. Grayscale: #292929. Windows color (decimal): -15715528 or 3683088. OLE color: 3683088.

HSL color Cylindrical-coordinate representation of color #103338: hue angle of 187.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #103338 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 51 56 -
CMYK 0.71 0.09 0 0.78
HSL 187.5º 0.56% 0.14% -
HSV(B) 187.5º 0.71% 0.22% -
XYZ 2.11 2.76 4.16 -
YUV 41.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 16 51 56 0.71 0.09 0 0.78 187.5 0.56 0.14
Hex 10 33 38 47 9 0 4E BC 38 E
Octal 20 63 70 107 11 0 116 274 70 16
Binary 10000 110011 111000 1000111 1001 0 1001110 10111100 111000 1110

Color Harmonies of #103338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103338

Black with #103338

Text Example


Text Example

White with #103338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103338; }

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

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

background-color css

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

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

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

border-color css

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

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

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