Html Css Color HEX #140F0F Black

📋 copy color: '#140F0F'

red 20 ◦ green 15 ◦ blue 15

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

Shades of Black #140F0F

Tints of Black #140F0F

RGB

 RED value IS 20 (8.2% from 255) = 40%

 GREEN value IS 15 (6.25% from 255) = 30%

 BLUE value IS 15 (6.25% from 255) = 30%

R = 40%
G = 30%
B = 30%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#140F0F (or 0x140F0F) is known color: Black. HEX triplet: 14, 0F and 0F. RGB value is (20,15,15). Sum of RGB (Red+Green+Blue) = 20+15+15=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #140F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F0F is #EBF0F0. Grayscale: #101010. Windows color (decimal): -15462641 or 986900. OLE color: 986900.

HSL color Cylindrical-coordinate representation of color #140F0F: hue angle of 0º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #140F0F is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 15 15 -
CMYK 0 0.25 0.25 0.92
HSL 0.14% 0.07% -
HSV(B) 0.25% 0.08% -
XYZ 0.55 0.52 0.52 -
YUV 16.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 20 15 15 0 0.25 0.25 0.92 0 0.14 0.07
Hex 14 F F 0 19 19 5C 0 E 7
Octal 24 17 17 0 31 31 134 0 16 7
Binary 10100 1111 1111 0 11001 11001 1011100 0 1110 111

Color Harmonies of #140F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F0F

Black with #140F0F

Text Example


Text Example

White with #140F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140F0F; }

 p { color: rgb(20,15,15); }

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

background-color css

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

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

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

border-color css

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

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

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