Html Css Color HEX #12361B Deep Fir

📋 copy color: '#12361B'

red 18 ◦ green 54 ◦ blue 27

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

Shades of Deep Fir #12361B

Tints of Deep Fir #12361B

RGB

 RED value IS 18 (7.42% from 255) = 18.18%

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

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

R = 18.18%
G = 54.55%
B = 27.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#12361B (or 0x12361B) is known color: Deep Fir. HEX triplet: 12, 36 and 1B. RGB value is (18,54,27). Sum of RGB (Red+Green+Blue) = 18+54+27=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #12361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12361B is #EDC9E4. Grayscale: #282828. Windows color (decimal): -15583717 or 1783314. OLE color: 1783314.

HSL color Cylindrical-coordinate representation of color #12361B: hue angle of 135º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12361B is Cyan = 0.67, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 54 27 -
CMYK 0.67 0 0.5 0.79
HSL 135º 0.5% 0.14% -
HSV(B) 135º 0.67% 0.21% -
XYZ 1.77 2.85 1.49 -
YUV 40.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 18 54 27 0.67 0 0.5 0.79 135 0.5 0.14
Hex 12 36 1B 43 0 32 4F 87 32 E
Octal 22 66 33 103 0 62 117 207 62 16
Binary 10010 110110 11011 1000011 0 110010 1001111 10000111 110010 1110

Color Harmonies of #12361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12361B

Black with #12361B

Text Example


Text Example

White with #12361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12361B; }

 p { color: rgb(18,54,27); }

 H1.HeaderClassName
 {
   color: #12361B;
 }
 .AnyTagClassName
 {
   color: #12361B;
 }
</style>

background-color css

<style>
 a { background-color: #12361B; }

 a { background-color: rgb(18,54,27); }

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

border-color css

<style>
 span { border-color: #12361B; }

 span { border-color: rgb(18,54,27); }

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