Html Css Color HEX #0F2D31 Nordic

📋 copy color: '#0F2D31'

red 15 ◦ green 45 ◦ blue 49

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

Shades of Nordic #0F2D31

Tints of Nordic #0F2D31

RGB

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

 GREEN value IS 45 (17.97% from 255) = 41.28%

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

R = 13.76%
G = 41.28%
B = 44.95%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F2D31 (or 0x0F2D31) is known color: Nordic. HEX triplet: 0F, 2D and 31. RGB value is (15,45,49). Sum of RGB (Red+Green+Blue) = 15+45+49=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2D31 is #F0D2CE. Grayscale: #242424. Windows color (decimal): -15782607 or 3222799. OLE color: 3222799.

HSL color Cylindrical-coordinate representation of color #0F2D31: hue angle of 187.06º 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 #0F2D31 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 45 49 -
CMYK 0.69 0.08 0 0.81
HSL 187.06º 0.53% 0.13% -
HSV(B) 187.06º 0.69% 0.19% -
XYZ 1.69 2.2 3.24 -
YUV 36.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 15 45 49 0.69 0.08 0 0.81 187.06 0.53 0.13
Hex F 2D 31 45 8 0 51 BB 35 D
Octal 17 55 61 105 10 0 121 273 65 15
Binary 1111 101101 110001 1000101 1000 0 1010001 10111011 110101 1101

Color Harmonies of #0F2D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2D31

Black with #0F2D31

Text Example


Text Example

White with #0F2D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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