Html Css Color HEX #0F383C Nordic

📋 copy color: '#0F383C'

red 15 ◦ green 56 ◦ blue 60

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

Shades of Nordic #0F383C

Tints of Nordic #0F383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.75%

 BLUE value IS 60 (23.83% from 255) = 45.8%

R = 11.45%
G = 42.75%
B = 45.8%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F383C (or 0x0F383C) is known color: Nordic. HEX triplet: 0F, 38 and 3C. RGB value is (15,56,60). Sum of RGB (Red+Green+Blue) = 15+56+60=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F383C is #F0C7C3. Grayscale: #2C2C2C. Windows color (decimal): -15779780 or 3946511. OLE color: 3946511.

HSL color Cylindrical-coordinate representation of color #0F383C: hue angle of 185.33º degrees, saturation: 0.6, 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 #0F383C is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 56 60 -
CMYK 0.75 0.07 0 0.76
HSL 185.33º 0.6% 0.15% -
HSV(B) 185.33º 0.75% 0.24% -
XYZ 2.43 3.26 4.78 -
YUV 44.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 15 56 60 0.75 0.07 0 0.76 185.33 0.6 0.15
Hex F 38 3C 4B 7 0 4C B9 3C F
Octal 17 70 74 113 7 0 114 271 74 17
Binary 1111 111000 111100 1001011 111 0 1001100 10111001 111100 1111

Color Harmonies of #0F383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F383C

Black with #0F383C

Text Example


Text Example

White with #0F383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,60); }

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

background-color css

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

 a { background-color: rgb(15,56,60); }

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

border-color css

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

 span { border-color: rgb(15,56,60); }

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