Html Css Color HEX #0F381B Deep Fir

📋 copy color: '#0F381B'

red 15 ◦ green 56 ◦ blue 27

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

Shades of Deep Fir #0F381B

Tints of Deep Fir #0F381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27.55%

R = 15.31%
G = 57.14%
B = 27.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#0F381B (or 0x0F381B) is known color: Deep Fir. HEX triplet: 0F, 38 and 1B. RGB value is (15,56,27). Sum of RGB (Red+Green+Blue) = 15+56+27=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #0F381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F381B is #F0C7E4. Grayscale: #282828. Windows color (decimal): -15779813 or 1783823. OLE color: 1783823.

HSL color Cylindrical-coordinate representation of color #0F381B: hue angle of 137.56º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F381B is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 56 27 -
CMYK 0.73 0 0.52 0.78
HSL 137.56º 0.58% 0.14% -
HSV(B) 137.56º 0.73% 0.22% -
XYZ 1.81 3.01 1.52 -
YUV 40.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 15 56 27 0.73 0 0.52 0.78 137.56 0.58 0.14
Hex F 38 1B 49 0 34 4E 8A 3A E
Octal 17 70 33 111 0 64 116 212 72 16
Binary 1111 111000 11011 1001001 0 110100 1001110 10001010 111010 1110

Color Harmonies of #0F381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F381B

Black with #0F381B

Text Example


Text Example

White with #0F381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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