Html Css Color HEX #0A150C Black Bean

📋 copy color: '#0A150C'

red 10 ◦ green 21 ◦ blue 12

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

Shades of Black Bean #0A150C

Tints of Black Bean #0A150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 48.84%

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

R = 23.26%
G = 48.84%
B = 27.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#0A150C (or 0x0A150C) is known color: Black Bean. HEX triplet: 0A, 15 and 0C. RGB value is (10,21,12). Sum of RGB (Red+Green+Blue) = 10+21+12=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #0A150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A150C is #F5EAF3. Grayscale: #101010. Windows color (decimal): -16116468 or 791818. OLE color: 791818.

HSL color Cylindrical-coordinate representation of color #0A150C: hue angle of 130.91º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A150C is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 21 12 -
CMYK 0.52 0 0.43 0.92
HSL 130.91º 0.35% 0.06% -
HSV(B) 130.91º 0.52% 0.08% -
XYZ 0.46 0.63 0.44 -
YUV 16.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 10 21 12 0.52 0 0.43 0.92 130.91 0.35 0.06
Hex A 15 C 34 0 2B 5C 83 23 6
Octal 12 25 14 64 0 53 134 203 43 6
Binary 1010 10101 1100 110100 0 101011 1011100 10000011 100011 110

Color Harmonies of #0A150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A150C

Black with #0A150C

Text Example


Text Example

White with #0A150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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