Html Css Color HEX #140C01 Bokara Grey

📋 copy color: '#140C01'

red 20 ◦ green 12 ◦ blue 1

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

Shades of Bokara Grey #140C01

Tints of Bokara Grey #140C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 36.36%

 BLUE value IS 1 (0.78% from 255) = 3.03%

R = 60.61%
G = 36.36%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140C01 (or 0x140C01) is known color: Bokara Grey. HEX triplet: 14, 0C and 01. RGB value is (20,12,1). Sum of RGB (Red+Green+Blue) = 20+12+1=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 1 (0.78% from 255 or 3.03% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C01 is #EBF3FE. Grayscale: #0D0D0D. Windows color (decimal): -15463423 or 68628. OLE color: 68628.

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

Color convert

RGB 20 12 1 -
CMYK 0 0.40 0.95 0.92
HSL 34.74º 0.9% 0.04% -
HSV(B) 34.74º 0.95% 0.08% -
XYZ 0.43 0.41 0.09 -
YUV 13.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 20 12 1 0 0.40 0.95 0.92 34.74 0.9 0.04
Hex 14 C 1 0 28 5F 5C 23 5A 4
Octal 24 14 1 0 50 137 134 43 132 4
Binary 10100 1100 1 0 101000 1011111 1011100 100011 1011010 100

Color Harmonies of #140C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C01

Black with #140C01

Text Example


Text Example

White with #140C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,12,1); }

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

background-color css

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

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

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

border-color css

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

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

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