Html Css Color HEX #0A1F0D Black Bean

📋 copy color: '#0A1F0D'

red 10 ◦ green 31 ◦ blue 13

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

Shades of Black Bean #0A1F0D

Tints of Black Bean #0A1F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 57.41%

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

R = 18.52%
G = 57.41%
B = 24.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#0A1F0D (or 0x0A1F0D) is known color: Black Bean. HEX triplet: 0A, 1F and 0D. RGB value is (10,31,13). Sum of RGB (Red+Green+Blue) = 10+31+13=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #0A1F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1F0D is #F5E0F2. Grayscale: #161616. Windows color (decimal): -16113907 or 859914. OLE color: 859914.

HSL color Cylindrical-coordinate representation of color #0A1F0D: hue angle of 128.57º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A1F0D is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 31 13 -
CMYK 0.68 0 0.58 0.88
HSL 128.57º 0.51% 0.08% -
HSV(B) 128.57º 0.68% 0.12% -
XYZ 0.69 1.07 0.55 -
YUV 22.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 10 31 13 0.68 0 0.58 0.88 128.57 0.51 0.08
Hex A 1F D 44 0 3A 58 81 33 8
Octal 12 37 15 104 0 72 130 201 63 10
Binary 1010 11111 1101 1000100 0 111010 1011000 10000001 110011 1000

Color Harmonies of #0A1F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1F0D

Black with #0A1F0D

Text Example


Text Example

White with #0A1F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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