Html Css Color HEX #103332 Nordic

📋 copy color: '#103332'

red 16 ◦ green 51 ◦ blue 50

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

Shades of Nordic #103332

Tints of Nordic #103332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 42.74%

R = 13.68%
G = 43.59%
B = 42.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#103332 (or 0x103332) is known color: Nordic. HEX triplet: 10, 33 and 32. RGB value is (16,51,50). Sum of RGB (Red+Green+Blue) = 16+51+50=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #103332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103332 is #EFCCCD. Grayscale: #282828. Windows color (decimal): -15715534 or 3289872. OLE color: 3289872.

HSL color Cylindrical-coordinate representation of color #103332: hue angle of 178.29º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103332 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB 16 51 50 -
CMYK 0.69 0 0.02 0.8
HSL 178.29º 0.52% 0.13% -
HSV(B) 178.29º 0.69% 0.2% -
XYZ 1.97 2.71 3.44 -
YUV 40.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 16 51 50 0.69 0 0.02 0.8 178.29 0.52 0.13
Hex 10 33 32 45 0 2 50 B2 34 D
Octal 20 63 62 105 0 2 120 262 64 15
Binary 10000 110011 110010 1000101 0 10 1010000 10110010 110100 1101

Color Harmonies of #103332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103332

Black with #103332

Text Example


Text Example

White with #103332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103332; }

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

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

background-color css

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

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

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

border-color css

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

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

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