Html Css Color HEX #15361F Deep Fir

📋 copy color: '#15361F'

red 21 ◦ green 54 ◦ blue 31

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

Shades of Deep Fir #15361F

Tints of Deep Fir #15361F

RGB

 RED value IS 21 (8.59% from 255) = 19.81%

 GREEN value IS 54 (21.48% from 255) = 50.94%

 BLUE value IS 31 (12.5% from 255) = 29.25%

R = 19.81%
G = 50.94%
B = 29.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#15361F (or 0x15361F) is known color: Deep Fir. HEX triplet: 15, 36 and 1F. RGB value is (21,54,31). Sum of RGB (Red+Green+Blue) = 21+54+31=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #15361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15361F is #EAC9E0. Grayscale: #292929. Windows color (decimal): -15387105 or 2045461. OLE color: 2045461.

HSL color Cylindrical-coordinate representation of color #15361F: hue angle of 138.18º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15361F is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 54 31 -
CMYK 0.61 0 0.43 0.79
HSL 138.18º 0.44% 0.15% -
HSV(B) 138.18º 0.61% 0.21% -
XYZ 1.88 2.9 1.76 -
YUV 41.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 21 54 31 0.61 0 0.43 0.79 138.18 0.44 0.15
Hex 15 36 1F 3D 0 2B 4F 8A 2C F
Octal 25 66 37 75 0 53 117 212 54 17
Binary 10101 110110 11111 111101 0 101011 1001111 10001010 101100 1111

Color Harmonies of #15361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15361F

Black with #15361F

Text Example


Text Example

White with #15361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15361F; }

 p { color: rgb(21,54,31); }

 H1.HeaderClassName
 {
   color: #15361F;
 }
 .AnyTagClassName
 {
   color: #15361F;
 }
</style>

background-color css

<style>
 a { background-color: #15361F; }

 a { background-color: rgb(21,54,31); }

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

border-color css

<style>
 span { border-color: #15361F; }

 span { border-color: rgb(21,54,31); }

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