Html Css Color HEX #15301F Deep Fir

📋 copy color: '#15301F'

red 21 ◦ green 48 ◦ blue 31

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

Shades of Deep Fir #15301F

Tints of Deep Fir #15301F

RGB

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

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

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

R = 21%
G = 48%
B = 31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#15301F (or 0x15301F) is known color: Deep Fir. HEX triplet: 15, 30 and 1F. RGB value is (21,48,31). Sum of RGB (Red+Green+Blue) = 21+48+31=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #15301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15301F is #EACFE0. Grayscale: #262626. Windows color (decimal): -15388641 or 2043925. OLE color: 2043925.

HSL color Cylindrical-coordinate representation of color #15301F: hue angle of 142.22º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15301F is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 48 31 -
CMYK 0.56 0 0.35 0.81
HSL 142.22º 0.39% 0.14% -
HSV(B) 142.22º 0.56% 0.19% -
XYZ 1.61 2.37 1.67 -
YUV 37.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 21 48 31 0.56 0 0.35 0.81 142.22 0.39 0.14
Hex 15 30 1F 38 0 23 51 8E 27 E
Octal 25 60 37 70 0 43 121 216 47 16
Binary 10101 110000 11111 111000 0 100011 1010001 10001110 100111 1110

Color Harmonies of #15301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15301F

Black with #15301F

Text Example


Text Example

White with #15301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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