Html Css Color HEX #0A190C Black Bean

📋 copy color: '#0A190C'

red 10 ◦ green 25 ◦ blue 12

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

Shades of Black Bean #0A190C

Tints of Black Bean #0A190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 53.19%

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

R = 21.28%
G = 53.19%
B = 25.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.90

RGB Variations

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

Color information

#0A190C (or 0x0A190C) is known color: Black Bean. HEX triplet: 0A, 19 and 0C. RGB value is (10,25,12). Sum of RGB (Red+Green+Blue) = 10+25+12=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #0A190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A190C is #F5E6F3. Grayscale: #131313. Windows color (decimal): -16115444 or 792842. OLE color: 792842.

HSL color Cylindrical-coordinate representation of color #0A190C: hue angle of 128º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A190C is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 25 12 -
CMYK 0.60 0 0.52 0.90
HSL 128º 0.43% 0.07% -
HSV(B) 128º 0.6% 0.1% -
XYZ 0.54 0.79 0.47 -
YUV 19.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 10 25 12 0.60 0 0.52 0.90 128 0.43 0.07
Hex A 19 C 3C 0 34 5A 80 2B 7
Octal 12 31 14 74 0 64 132 200 53 7
Binary 1010 11001 1100 111100 0 110100 1011010 10000000 101011 111

Color Harmonies of #0A190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A190C

Black with #0A190C

Text Example


Text Example

White with #0A190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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