Html Css Color HEX #0A1D0F Black Bean

📋 copy color: '#0A1D0F'

red 10 ◦ green 29 ◦ blue 15

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

Shades of Black Bean #0A1D0F

Tints of Black Bean #0A1D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 53.7%

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

R = 18.52%
G = 53.7%
B = 27.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#0A1D0F (or 0x0A1D0F) is known color: Black Bean. HEX triplet: 0A, 1D and 0F. RGB value is (10,29,15). Sum of RGB (Red+Green+Blue) = 10+29+15=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D0F is #F5E2F0. Grayscale: #151515. Windows color (decimal): -16114417 or 990474. OLE color: 990474.

HSL color Cylindrical-coordinate representation of color #0A1D0F: hue angle of 135.79º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A1D0F is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 29 15 -
CMYK 0.66 0 0.48 0.89
HSL 135.79º 0.49% 0.08% -
HSV(B) 135.79º 0.66% 0.11% -
XYZ 0.65 0.98 0.61 -
YUV 21.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 10 29 15 0.66 0 0.48 0.89 135.79 0.49 0.08
Hex A 1D F 42 0 30 59 88 31 8
Octal 12 35 17 102 0 60 131 210 61 10
Binary 1010 11101 1111 1000010 0 110000 1011001 10001000 110001 1000

Color Harmonies of #0A1D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D0F

Black with #0A1D0F

Text Example


Text Example

White with #0A1D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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