Html Css Color HEX #0A1D0D Black Bean

📋 copy color: '#0A1D0D'

red 10 ◦ green 29 ◦ blue 13

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

Shades of Black Bean #0A1D0D

Tints of Black Bean #0A1D0D

RGB

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

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

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

R = 19.23%
G = 55.77%
B = 25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#0A1D0D (or 0x0A1D0D) is known color: Black Bean. HEX triplet: 0A, 1D and 0D. RGB value is (10,29,13). Sum of RGB (Red+Green+Blue) = 10+29+13=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D0D is #F5E2F2. Grayscale: #151515. Windows color (decimal): -16114419 or 859402. OLE color: 859402.

HSL color Cylindrical-coordinate representation of color #0A1D0D: hue angle of 129.47º 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 #0A1D0D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 29 13 -
CMYK 0.66 0 0.55 0.89
HSL 129.47º 0.49% 0.08% -
HSV(B) 129.47º 0.66% 0.11% -
XYZ 0.64 0.97 0.53 -
YUV 21.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 10 29 13 0.66 0 0.55 0.89 129.47 0.49 0.08
Hex A 1D D 42 0 37 59 81 31 8
Octal 12 35 15 102 0 67 131 201 61 10
Binary 1010 11101 1101 1000010 0 110111 1011001 10000001 110001 1000

Color Harmonies of #0A1D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D0D

Black with #0A1D0D

Text Example


Text Example

White with #0A1D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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