Html Css Color HEX #0A180E Black Bean

📋 copy color: '#0A180E'

red 10 ◦ green 24 ◦ blue 14

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

Shades of Black Bean #0A180E

Tints of Black Bean #0A180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 50%

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

R = 20.83%
G = 50%
B = 29.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#0A180E (or 0x0A180E) is known color: Black Bean. HEX triplet: 0A, 18 and 0E. RGB value is (10,24,14). Sum of RGB (Red+Green+Blue) = 10+24+14=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #0A180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A180E is #F5E7F1. Grayscale: #121212. Windows color (decimal): -16115698 or 923658. OLE color: 923658.

HSL color Cylindrical-coordinate representation of color #0A180E: hue angle of 137.14º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A180E is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 24 14 -
CMYK 0.58 0 0.42 0.91
HSL 137.14º 0.41% 0.07% -
HSV(B) 137.14º 0.58% 0.09% -
XYZ 0.53 0.75 0.53 -
YUV 18.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 10 24 14 0.58 0 0.42 0.91 137.14 0.41 0.07
Hex A 18 E 3A 0 2A 5B 89 29 7
Octal 12 30 16 72 0 52 133 211 51 7
Binary 1010 11000 1110 111010 0 101010 1011011 10001001 101001 111

Color Harmonies of #0A180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A180E

Black with #0A180E

Text Example


Text Example

White with #0A180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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