Html Css Color HEX #0A140A Black Bean

📋 copy color: '#0A140A'

red 10 ◦ green 20 ◦ blue 10

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

Shades of Black Bean #0A140A

Tints of Black Bean #0A140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 25%

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#0A140A (or 0x0A140A) is known color: Black Bean. HEX triplet: 0A, 14 and 0A. RGB value is (10,20,10). Sum of RGB (Red+Green+Blue) = 10+20+10=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #0A140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A140A is #F5EBF5. Grayscale: #0F0F0F. Windows color (decimal): -16116726 or 660490. OLE color: 660490.

HSL color Cylindrical-coordinate representation of color #0A140A: hue angle of 120º 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 #0A140A is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 20 10 -
CMYK 0.50 0 0.50 0.92
HSL 120º 0.33% 0.06% -
HSV(B) 120º 0.5% 0.08% -
XYZ 0.43 0.59 0.38 -
YUV 15.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 10 20 10 0.50 0 0.50 0.92 120 0.33 0.06
Hex A 14 A 32 0 32 5C 78 21 6
Octal 12 24 12 62 0 62 134 170 41 6
Binary 1010 10100 1010 110010 0 110010 1011100 1111000 100001 110

Color Harmonies of #0A140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A140A

Black with #0A140A

Text Example


Text Example

White with #0A140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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