Html Css Color HEX #140B02 Black

📋 copy color: '#140B02'

red 20 ◦ green 11 ◦ blue 2

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

Shades of Black #140B02

Tints of Black #140B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 33.33%

 BLUE value IS 2 (1.17% from 255) = 6.06%

R = 60.61%
G = 33.33%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#140B02 (or 0x140B02) is known color: Black. HEX triplet: 14, 0B and 02. RGB value is (20,11,2). Sum of RGB (Red+Green+Blue) = 20+11+2=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B02 is #EBF4FD. Grayscale: #0C0C0C. Windows color (decimal): -15463678 or 133908. OLE color: 133908.

HSL color Cylindrical-coordinate representation of color #140B02: hue angle of 30º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140B02 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 11 2 -
CMYK 0 0.45 0.90 0.92
HSL 30º 0.82% 0.04% -
HSV(B) 30º 0.9% 0.08% -
XYZ 0.42 0.39 0.11 -
YUV 12.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 20 11 2 0 0.45 0.90 0.92 30 0.82 0.04
Hex 14 B 2 0 2D 5A 5C 1E 52 4
Octal 24 13 2 0 55 132 134 36 122 4
Binary 10100 1011 10 0 101101 1011010 1011100 11110 1010010 100

Color Harmonies of #140B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B02

Black with #140B02

Text Example


Text Example

White with #140B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,11,2); }

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

background-color css

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

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

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

border-color css

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

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

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