Html Css Color HEX #0A0E0A Black Bean

📋 copy color: '#0A0E0A'

red 10 ◦ green 14 ◦ blue 10

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

Shades of Black Bean #0A0E0A

Tints of Black Bean #0A0E0A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 41.18%

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

R = 29.41%
G = 41.18%
B = 29.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.95

RGB Variations

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

Color information

#0A0E0A (or 0x0A0E0A) is known color: Black Bean. HEX triplet: 0A, 0E and 0A. RGB value is (10,14,10). Sum of RGB (Red+Green+Blue) = 10+14+10=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 14 - color contains mainly: green. Hex color #0A0E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E0A is #F5F1F5. Grayscale: #0C0C0C. Windows color (decimal): -16118262 or 658954. OLE color: 658954.

HSL color Cylindrical-coordinate representation of color #0A0E0A: hue angle of 120º degrees, saturation: 0.17, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0A0E0A is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.95.

Color convert

RGB 10 14 10 -
CMYK 0.29 0 0.29 0.95
HSL 120º 0.17% 0.05% -
HSV(B) 120º 0.29% 0.05% -
XYZ 0.34 0.4 0.35 -
YUV 12.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 10 14 10 0.29 0 0.29 0.95 120 0.17 0.05
Hex A E A 1D 0 1D 5F 78 11 5
Octal 12 16 12 35 0 35 137 170 21 5
Binary 1010 1110 1010 11101 0 11101 1011111 1111000 10001 101

Color Harmonies of #0A0E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E0A

Black with #0A0E0A

Text Example


Text Example

White with #0A0E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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