Html Css Color HEX #151914 Black Forest

📋 copy color: '#151914'

red 21 ◦ green 25 ◦ blue 20

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

Shades of Black Forest #151914

Tints of Black Forest #151914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 37.88%

 BLUE value IS 20 (8.2% from 255) = 30.3%

R = 31.82%
G = 37.88%
B = 30.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#151914 (or 0x151914) is known color: Black Forest. HEX triplet: 15, 19 and 14. RGB value is (21,25,20). Sum of RGB (Red+Green+Blue) = 21+25+20=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 25 - color contains mainly: green. Hex color #151914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151914 is #EAE6EB. Grayscale: #171717. Windows color (decimal): -15394540 or 1317141. OLE color: 1317141.

HSL color Cylindrical-coordinate representation of color #151914: hue angle of 108º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #151914 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 21 25 20 -
CMYK 0.16 0 0.20 0.90
HSL 108º 0.11% 0.09% -
HSV(B) 108º 0.2% 0.1% -
XYZ 0.78 0.91 0.8 -
YUV 23.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 21 25 20 0.16 0 0.20 0.90 108 0.11 0.09
Hex 15 19 14 10 0 14 5A 6C B 9
Octal 25 31 24 20 0 24 132 154 13 11
Binary 10101 11001 10100 10000 0 10100 1011010 1101100 1011 1001

Color Harmonies of #151914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151914

Black with #151914

Text Example


Text Example

White with #151914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151914; }

 p { color: rgb(21,25,20); }

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

background-color css

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

 a { background-color: rgb(21,25,20); }

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

border-color css

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

 span { border-color: rgb(21,25,20); }

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