Html Css Color HEX #0F323D Nordic

📋 copy color: '#0F323D'

red 15 ◦ green 50 ◦ blue 61

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

Shades of Nordic #0F323D

Tints of Nordic #0F323D

RGB

 RED value IS 15 (6.25% from 255) = 11.9%

 GREEN value IS 50 (19.92% from 255) = 39.68%

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

R = 11.9%
G = 39.68%
B = 48.41%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F323D (or 0x0F323D) is known color: Nordic. HEX triplet: 0F, 32 and 3D. RGB value is (15,50,61). Sum of RGB (Red+Green+Blue) = 15+50+61=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F323D is #F0CDC2. Grayscale: #282828. Windows color (decimal): -15781315 or 4010511. OLE color: 4010511.

HSL color Cylindrical-coordinate representation of color #0F323D: hue angle of 194.35º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F323D is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 50 61 -
CMYK 0.75 0.18 0 0.76
HSL 194.35º 0.61% 0.15% -
HSV(B) 194.35º 0.75% 0.24% -
XYZ 2.18 2.72 4.82 -
YUV 40.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 15 50 61 0.75 0.18 0 0.76 194.35 0.61 0.15
Hex F 32 3D 4B 12 0 4C C2 3D F
Octal 17 62 75 113 22 0 114 302 75 17
Binary 1111 110010 111101 1001011 10010 0 1001100 11000010 111101 1111

Color Harmonies of #0F323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F323D

Black with #0F323D

Text Example


Text Example

White with #0F323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F323D; }

 p { color: rgb(15,50,61); }

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

background-color css

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

 a { background-color: rgb(15,50,61); }

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

border-color css

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

 span { border-color: rgb(15,50,61); }

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