Html Css Color HEX #140D07 Bokara Grey

📋 copy color: '#140D07'

red 20 ◦ green 13 ◦ blue 7

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

Shades of Bokara Grey #140D07

Tints of Bokara Grey #140D07

RGB

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

 GREEN value IS 13 (5.47% from 255) = 32.5%

 BLUE value IS 7 (3.13% from 255) = 17.5%

R = 50%
G = 32.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.92

RGB Variations

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

Color information

#140D07 (or 0x140D07) is known color: Bokara Grey. HEX triplet: 14, 0D and 07. RGB value is (20,13,7). Sum of RGB (Red+Green+Blue) = 20+13+7=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D07 is #EBF2F8. Grayscale: #0E0E0E. Windows color (decimal): -15463161 or 462100. OLE color: 462100.

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

Color convert

RGB 20 13 7 -
CMYK 0 0.35 0.65 0.92
HSL 27.69º 0.48% 0.05% -
HSV(B) 27.69º 0.65% 0.08% -
XYZ 0.47 0.45 0.26 -
YUV 14.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 20 13 7 0 0.35 0.65 0.92 27.69 0.48 0.05
Hex 14 D 7 0 23 41 5C 1C 30 5
Octal 24 15 7 0 43 101 134 34 60 5
Binary 10100 1101 111 0 100011 1000001 1011100 11100 110000 101

Color Harmonies of #140D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D07

Black with #140D07

Text Example


Text Example

White with #140D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,13,7); }

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

background-color css

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

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

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

border-color css

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

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

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