Html Css Color HEX #0A1E0C Black Bean

📋 copy color: '#0A1E0C'

red 10 ◦ green 30 ◦ blue 12

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

Shades of Black Bean #0A1E0C

Tints of Black Bean #0A1E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 23.08%

R = 19.23%
G = 57.69%
B = 23.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.88

RGB Variations

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

Color information

#0A1E0C (or 0x0A1E0C) is known color: Black Bean. HEX triplet: 0A, 1E and 0C. RGB value is (10,30,12). Sum of RGB (Red+Green+Blue) = 10+30+12=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #0A1E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1E0C is #F5E1F3. Grayscale: #161616. Windows color (decimal): -16114164 or 794122. OLE color: 794122.

HSL color Cylindrical-coordinate representation of color #0A1E0C: hue angle of 126º 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 #0A1E0C is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 30 12 -
CMYK 0.67 0 0.60 0.88
HSL 126º 0.5% 0.08% -
HSV(B) 126º 0.67% 0.12% -
XYZ 0.66 1.02 0.51 -
YUV 21.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 10 30 12 0.67 0 0.60 0.88 126 0.5 0.08
Hex A 1E C 43 0 3C 58 7E 32 8
Octal 12 36 14 103 0 74 130 176 62 10
Binary 1010 11110 1100 1000011 0 111100 1011000 1111110 110010 1000

Color Harmonies of #0A1E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1E0C

Black with #0A1E0C

Text Example


Text Example

White with #0A1E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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