Html Css Color HEX #123319 Deep Fir

📋 copy color: '#123319'

red 18 ◦ green 51 ◦ blue 25

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

Shades of Deep Fir #123319

Tints of Deep Fir #123319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 26.6%

R = 19.15%
G = 54.26%
B = 26.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#123319 (or 0x123319) is known color: Deep Fir. HEX triplet: 12, 33 and 19. RGB value is (18,51,25). Sum of RGB (Red+Green+Blue) = 18+51+25=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #123319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123319 is #EDCCE6. Grayscale: #262626. Windows color (decimal): -15584487 or 1651474. OLE color: 1651474.

HSL color Cylindrical-coordinate representation of color #123319: hue angle of 132.73º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123319 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 51 25 -
CMYK 0.65 0 0.51 0.8
HSL 132.73º 0.48% 0.14% -
HSV(B) 132.73º 0.65% 0.2% -
XYZ 1.61 2.57 1.33 -
YUV 38.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 18 51 25 0.65 0 0.51 0.8 132.73 0.48 0.14
Hex 12 33 19 41 0 33 50 85 30 E
Octal 22 63 31 101 0 63 120 205 60 16
Binary 10010 110011 11001 1000001 0 110011 1010000 10000101 110000 1110

Color Harmonies of #123319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123319

Black with #123319

Text Example


Text Example

White with #123319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123319; }

 p { color: rgb(18,51,25); }

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

background-color css

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

 a { background-color: rgb(18,51,25); }

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

border-color css

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

 span { border-color: rgb(18,51,25); }

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