Html Css Color HEX #0F3033 Nordic

📋 copy color: '#0F3033'

red 15 ◦ green 48 ◦ blue 51

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

Shades of Nordic #0F3033

Tints of Nordic #0F3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.11%

 BLUE value IS 51 (20.31% from 255) = 44.74%

R = 13.16%
G = 42.11%
B = 44.74%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#0F3033 (or 0x0F3033) is known color: Nordic. HEX triplet: 0F, 30 and 33. RGB value is (15,48,51). Sum of RGB (Red+Green+Blue) = 15+48+51=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #0F3033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3033 is #F0CFCC. Grayscale: #262626. Windows color (decimal): -15781837 or 3354639. OLE color: 3354639.

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

Color convert

RGB 15 48 51 -
CMYK 0.71 0.06 0 0.8
HSL 185º 0.55% 0.13% -
HSV(B) 185º 0.71% 0.2% -
XYZ 1.85 2.45 3.51 -
YUV 38.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 15 48 51 0.71 0.06 0 0.8 185 0.55 0.13
Hex F 30 33 47 6 0 50 B9 37 D
Octal 17 60 63 107 6 0 120 271 67 15
Binary 1111 110000 110011 1000111 110 0 1010000 10111001 110111 1101

Color Harmonies of #0F3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3033

Black with #0F3033

Text Example


Text Example

White with #0F3033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,51); }

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

background-color css

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

 a { background-color: rgb(15,48,51); }

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

border-color css

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

 span { border-color: rgb(15,48,51); }

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