Html Css Color HEX #0A150A Black Bean

📋 copy color: '#0A150A'

red 10 ◦ green 21 ◦ blue 10

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

Shades of Black Bean #0A150A

Tints of Black Bean #0A150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 24.39%

R = 24.39%
G = 51.22%
B = 24.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#0A150A (or 0x0A150A) is known color: Black Bean. HEX triplet: 0A, 15 and 0A. RGB value is (10,21,10). Sum of RGB (Red+Green+Blue) = 10+21+10=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #0A150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A150A is #F5EAF5. Grayscale: #101010. Windows color (decimal): -16116470 or 660746. OLE color: 660746.

HSL color Cylindrical-coordinate representation of color #0A150A: hue angle of 120º 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 #0A150A is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 21 10 -
CMYK 0.52 0 0.52 0.92
HSL 120º 0.35% 0.06% -
HSV(B) 120º 0.52% 0.08% -
XYZ 0.45 0.62 0.38 -
YUV 16.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 10 21 10 0.52 0 0.52 0.92 120 0.35 0.06
Hex A 15 A 34 0 34 5C 78 23 6
Octal 12 25 12 64 0 64 134 170 43 6
Binary 1010 10101 1010 110100 0 110100 1011100 1111000 100011 110

Color Harmonies of #0A150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A150A

Black with #0A150A

Text Example


Text Example

White with #0A150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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