Html Css Color HEX #0F301A Deep Fir

📋 copy color: '#0F301A'

red 15 ◦ green 48 ◦ blue 26

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

Shades of Deep Fir #0F301A

Tints of Deep Fir #0F301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 29.21%

R = 16.85%
G = 53.93%
B = 29.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#0F301A (or 0x0F301A) is known color: Deep Fir. HEX triplet: 0F, 30 and 1A. RGB value is (15,48,26). Sum of RGB (Red+Green+Blue) = 15+48+26=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #0F301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F301A is #F0CFE5. Grayscale: #232323. Windows color (decimal): -15781862 or 1716239. OLE color: 1716239.

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

Color convert

RGB 15 48 26 -
CMYK 0.69 0 0.46 0.81
HSL 140º 0.52% 0.12% -
HSV(B) 140º 0.69% 0.19% -
XYZ 1.44 2.29 1.34 -
YUV 35.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 15 48 26 0.69 0 0.46 0.81 140 0.52 0.12
Hex F 30 1A 45 0 2E 51 8C 34 C
Octal 17 60 32 105 0 56 121 214 64 14
Binary 1111 110000 11010 1000101 0 101110 1010001 10001100 110100 1100

Color Harmonies of #0F301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F301A

Black with #0F301A

Text Example


Text Example

White with #0F301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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