Html Css Color HEX #0F2C31 Nordic

📋 copy color: '#0F2C31'

red 15 ◦ green 44 ◦ blue 49

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

Shades of Nordic #0F2C31

Tints of Nordic #0F2C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 40.74%

 BLUE value IS 49 (19.53% from 255) = 45.37%

R = 13.89%
G = 40.74%
B = 45.37%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F2C31 (or 0x0F2C31) is known color: Nordic. HEX triplet: 0F, 2C and 31. RGB value is (15,44,49). Sum of RGB (Red+Green+Blue) = 15+44+49=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2C31 is #F0D3CE. Grayscale: #232323. Windows color (decimal): -15782863 or 3222543. OLE color: 3222543.

HSL color Cylindrical-coordinate representation of color #0F2C31: hue angle of 188.82º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F2C31 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 44 49 -
CMYK 0.69 0.10 0 0.81
HSL 188.82º 0.53% 0.13% -
HSV(B) 188.82º 0.69% 0.19% -
XYZ 1.65 2.12 3.23 -
YUV 35.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 15 44 49 0.69 0.10 0 0.81 188.82 0.53 0.13
Hex F 2C 31 45 A 0 51 BD 35 D
Octal 17 54 61 105 12 0 121 275 65 15
Binary 1111 101100 110001 1000101 1010 0 1010001 10111101 110101 1101

Color Harmonies of #0F2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2C31

Black with #0F2C31

Text Example


Text Example

White with #0F2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,44,49); }

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

background-color css

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

 a { background-color: rgb(15,44,49); }

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

border-color css

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

 span { border-color: rgb(15,44,49); }

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