Html Css Color HEX #0A1E0E Black Bean

📋 copy color: '#0A1E0E'

red 10 ◦ green 30 ◦ blue 14

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

Shades of Black Bean #0A1E0E

Tints of Black Bean #0A1E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 55.56%

 BLUE value IS 14 (5.86% from 255) = 25.93%

R = 18.52%
G = 55.56%
B = 25.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.88

RGB Variations

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

Color information

#0A1E0E (or 0x0A1E0E) is known color: Black Bean. HEX triplet: 0A, 1E and 0E. RGB value is (10,30,14). Sum of RGB (Red+Green+Blue) = 10+30+14=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #0A1E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1E0E is #F5E1F1. Grayscale: #161616. Windows color (decimal): -16114162 or 925194. OLE color: 925194.

HSL color Cylindrical-coordinate representation of color #0A1E0E: hue angle of 132º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0A1E0E is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 30 14 -
CMYK 0.67 0 0.53 0.88
HSL 132º 0.5% 0.08% -
HSV(B) 132º 0.67% 0.12% -
XYZ 0.67 1.02 0.58 -
YUV 22.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 10 30 14 0.67 0 0.53 0.88 132 0.5 0.08
Hex A 1E E 43 0 35 58 84 32 8
Octal 12 36 16 103 0 65 130 204 62 10
Binary 1010 11110 1110 1000011 0 110101 1011000 10000100 110010 1000

Color Harmonies of #0A1E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1E0E

Black with #0A1E0E

Text Example


Text Example

White with #0A1E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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