Html Css Color HEX #0A1B0F Black Bean

📋 copy color: '#0A1B0F'

red 10 ◦ green 27 ◦ blue 15

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

Shades of Black Bean #0A1B0F

Tints of Black Bean #0A1B0F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 51.92%

 BLUE value IS 15 (6.25% from 255) = 28.85%

R = 19.23%
G = 51.92%
B = 28.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.89

RGB Variations

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

Color information

#0A1B0F (or 0x0A1B0F) is known color: Black Bean. HEX triplet: 0A, 1B and 0F. RGB value is (10,27,15). Sum of RGB (Red+Green+Blue) = 10+27+15=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B0F is #F5E4F0. Grayscale: #141414. Windows color (decimal): -16114929 or 989962. OLE color: 989962.

HSL color Cylindrical-coordinate representation of color #0A1B0F: hue angle of 137.65º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A1B0F is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 27 15 -
CMYK 0.63 0 0.44 0.89
HSL 137.65º 0.46% 0.07% -
HSV(B) 137.65º 0.63% 0.11% -
XYZ 0.6 0.88 0.59 -
YUV 20.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 10 27 15 0.63 0 0.44 0.89 137.65 0.46 0.07
Hex A 1B F 3F 0 2C 59 8A 2E 7
Octal 12 33 17 77 0 54 131 212 56 7
Binary 1010 11011 1111 111111 0 101100 1011001 10001010 101110 111

Color Harmonies of #0A1B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1B0F

Black with #0A1B0F

Text Example


Text Example

White with #0A1B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,27,15); }

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

background-color css

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

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

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

border-color css

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

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

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