Html Css Color HEX #274016 Black Forest

📋 copy color: '#274016'

red 39 ◦ green 64 ◦ blue 22

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

Shades of Black Forest #274016

Tints of Black Forest #274016

RGB

 RED value IS 39 (15.63% from 255) = 31.2%

 GREEN value IS 64 (25.39% from 255) = 51.2%

 BLUE value IS 22 (8.98% from 255) = 17.6%

R = 31.2%
G = 51.2%
B = 17.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#274016 (or 0x274016) is known color: Black Forest. HEX triplet: 27, 40 and 16. RGB value is (39,64,22). Sum of RGB (Red+Green+Blue) = 39+64+22=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #274016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274016 is #D8BFE9. Grayscale: #333333. Windows color (decimal): -14204906 or 1458215. OLE color: 1458215.

HSL color Cylindrical-coordinate representation of color #274016: hue angle of 95.71º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274016 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 64 22 -
CMYK 0.39 0 0.66 0.75
HSL 95.71º 0.49% 0.17% -
HSV(B) 95.71º 0.66% 0.25% -
XYZ 2.81 4.16 1.41 -
YUV 51.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 39 64 22 0.39 0 0.66 0.75 95.71 0.49 0.17
Hex 27 40 16 27 0 42 4B 60 31 11
Octal 47 100 26 47 0 102 113 140 61 21
Binary 100111 1000000 10110 100111 0 1000010 1001011 1100000 110001 10001

Color Harmonies of #274016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274016

Black with #274016

Text Example


Text Example

White with #274016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274016; }

 p { color: rgb(39,64,22); }

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

background-color css

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

 a { background-color: rgb(39,64,22); }

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

border-color css

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

 span { border-color: rgb(39,64,22); }

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