Html Css Color HEX #0A150D Black Bean

📋 copy color: '#0A150D'

red 10 ◦ green 21 ◦ blue 13

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

Shades of Black Bean #0A150D

Tints of Black Bean #0A150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 22.73%
G = 47.73%
B = 29.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#0A150D (or 0x0A150D) is known color: Black Bean. HEX triplet: 0A, 15 and 0D. RGB value is (10,21,13). Sum of RGB (Red+Green+Blue) = 10+21+13=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #0A150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A150D is #F5EAF2. Grayscale: #101010. Windows color (decimal): -16116467 or 857354. OLE color: 857354.

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

Color convert

RGB 10 21 13 -
CMYK 0.52 0 0.38 0.92
HSL 136.36º 0.35% 0.06% -
HSV(B) 136.36º 0.52% 0.08% -
XYZ 0.47 0.63 0.48 -
YUV 16.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 10 21 13 0.52 0 0.38 0.92 136.36 0.35 0.06
Hex A 15 D 34 0 26 5C 88 23 6
Octal 12 25 15 64 0 46 134 210 43 6
Binary 1010 10101 1101 110100 0 100110 1011100 10001000 100011 110

Color Harmonies of #0A150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A150D

Black with #0A150D

Text Example


Text Example

White with #0A150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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