Html Css Color HEX #15331F Deep Fir

📋 copy color: '#15331F'

red 21 ◦ green 51 ◦ blue 31

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

Shades of Deep Fir #15331F

Tints of Deep Fir #15331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.51%

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

R = 20.39%
G = 49.51%
B = 30.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.8

RGB Variations

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

Color information

#15331F (or 0x15331F) is known color: Deep Fir. HEX triplet: 15, 33 and 1F. RGB value is (21,51,31). Sum of RGB (Red+Green+Blue) = 21+51+31=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #15331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15331F is #EACCE0. Grayscale: #272727. Windows color (decimal): -15387873 or 2044693. OLE color: 2044693.

HSL color Cylindrical-coordinate representation of color #15331F: hue angle of 140º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #15331F is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 51 31 -
CMYK 0.59 0 0.39 0.8
HSL 140º 0.42% 0.14% -
HSV(B) 140º 0.59% 0.2% -
XYZ 1.74 2.63 1.71 -
YUV 39.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 21 51 31 0.59 0 0.39 0.8 140 0.42 0.14
Hex 15 33 1F 3B 0 27 50 8C 2A E
Octal 25 63 37 73 0 47 120 214 52 16
Binary 10101 110011 11111 111011 0 100111 1010000 10001100 101010 1110

Color Harmonies of #15331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15331F

Black with #15331F

Text Example


Text Example

White with #15331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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