Html Css Color HEX #103334 Nordic

📋 copy color: '#103334'

red 16 ◦ green 51 ◦ blue 52

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

Shades of Nordic #103334

Tints of Nordic #103334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 43.7%

R = 13.45%
G = 42.86%
B = 43.7%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#103334 (or 0x103334) is known color: Nordic. HEX triplet: 10, 33 and 34. RGB value is (16,51,52). Sum of RGB (Red+Green+Blue) = 16+51+52=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #103334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103334 is #EFCCCB. Grayscale: #282828. Windows color (decimal): -15715532 or 3420944. OLE color: 3420944.

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

Color convert

RGB 16 51 52 -
CMYK 0.69 0.02 0 0.80
HSL 181.67º 0.53% 0.13% -
HSV(B) 181.67º 0.69% 0.2% -
XYZ 2.02 2.73 3.67 -
YUV 40.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 16 51 52 0.69 0.02 0 0.80 181.67 0.53 0.13
Hex 10 33 34 45 2 0 50 B6 35 D
Octal 20 63 64 105 2 0 120 266 65 15
Binary 10000 110011 110100 1000101 10 0 1010000 10110110 110101 1101

Color Harmonies of #103334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103334

Black with #103334

Text Example


Text Example

White with #103334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103334; }

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

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

background-color css

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

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

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

border-color css

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

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

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