Html Css Color HEX #15381D Deep Fir

📋 copy color: '#15381D'

red 21 ◦ green 56 ◦ blue 29

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

Shades of Deep Fir #15381D

Tints of Deep Fir #15381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.36%

R = 19.81%
G = 52.83%
B = 27.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#15381D (or 0x15381D) is known color: Deep Fir. HEX triplet: 15, 38 and 1D. RGB value is (21,56,29). Sum of RGB (Red+Green+Blue) = 21+56+29=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #15381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15381D is #EAC7E2. Grayscale: #2A2A2A. Windows color (decimal): -15386595 or 1914901. OLE color: 1914901.

HSL color Cylindrical-coordinate representation of color #15381D: hue angle of 133.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15381D is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 56 29 -
CMYK 0.63 0 0.48 0.78
HSL 133.71º 0.45% 0.15% -
HSV(B) 133.71º 0.63% 0.22% -
XYZ 1.95 3.08 1.65 -
YUV 42.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 21 56 29 0.63 0 0.48 0.78 133.71 0.45 0.15
Hex 15 38 1D 3F 0 30 4E 86 2D F
Octal 25 70 35 77 0 60 116 206 55 17
Binary 10101 111000 11101 111111 0 110000 1001110 10000110 101101 1111

Color Harmonies of #15381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15381D

Black with #15381D

Text Example


Text Example

White with #15381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15381D; }

 p { color: rgb(21,56,29); }

 H1.HeaderClassName
 {
   color: #15381D;
 }
 .AnyTagClassName
 {
   color: #15381D;
 }
</style>

background-color css

<style>
 a { background-color: #15381D; }

 a { background-color: rgb(21,56,29); }

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

border-color css

<style>
 span { border-color: #15381D; }

 span { border-color: rgb(21,56,29); }

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