Html Css Color HEX #0A1A0D Black Bean

📋 copy color: '#0A1A0D'

red 10 ◦ green 26 ◦ blue 13

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

Shades of Black Bean #0A1A0D

Tints of Black Bean #0A1A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 53.06%

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

R = 20.41%
G = 53.06%
B = 26.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.5

 K value IS 0.90

RGB Variations

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

Color information

#0A1A0D (or 0x0A1A0D) is known color: Black Bean. HEX triplet: 0A, 1A and 0D. RGB value is (10,26,13). Sum of RGB (Red+Green+Blue) = 10+26+13=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A0D is #F5E5F2. Grayscale: #131313. Windows color (decimal): -16115187 or 858634. OLE color: 858634.

HSL color Cylindrical-coordinate representation of color #0A1A0D: hue angle of 131.25º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A1A0D is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 26 13 -
CMYK 0.62 0 0.5 0.90
HSL 131.25º 0.44% 0.07% -
HSV(B) 131.25º 0.62% 0.1% -
XYZ 0.57 0.83 0.51 -
YUV 19.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 10 26 13 0.62 0 0.5 0.90 131.25 0.44 0.07
Hex A 1A D 3E 0 32 5A 83 2C 7
Octal 12 32 15 76 0 62 132 203 54 7
Binary 1010 11010 1101 111110 0 110010 1011010 10000011 101100 111

Color Harmonies of #0A1A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1A0D

Black with #0A1A0D

Text Example


Text Example

White with #0A1A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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