Html Css Color HEX #0A140D Black Bean

📋 copy color: '#0A140D'

red 10 ◦ green 20 ◦ blue 13

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

Shades of Black Bean #0A140D

Tints of Black Bean #0A140D

RGB

 RED value IS 10 (4.3% from 255) = 23.26%

 GREEN value IS 20 (8.2% from 255) = 46.51%

 BLUE value IS 13 (5.47% from 255) = 30.23%

R = 23.26%
G = 46.51%
B = 30.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#0A140D (or 0x0A140D) is known color: Black Bean. HEX triplet: 0A, 14 and 0D. RGB value is (10,20,13). Sum of RGB (Red+Green+Blue) = 10+20+13=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #0A140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A140D is #F5EBF2. Grayscale: #101010. Windows color (decimal): -16116723 or 857098. OLE color: 857098.

HSL color Cylindrical-coordinate representation of color #0A140D: hue angle of 138º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A140D is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 20 13 -
CMYK 0.50 0 0.35 0.92
HSL 138º 0.33% 0.06% -
HSV(B) 138º 0.5% 0.08% -
XYZ 0.45 0.59 0.47 -
YUV 16.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 10 20 13 0.50 0 0.35 0.92 138 0.33 0.06
Hex A 14 D 32 0 23 5C 8A 21 6
Octal 12 24 15 62 0 43 134 212 41 6
Binary 1010 10100 1101 110010 0 100011 1011100 10001010 100001 110

Color Harmonies of #0A140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A140D

Black with #0A140D

Text Example


Text Example

White with #0A140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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