Html Css Color HEX #0A1F0C Black Bean

📋 copy color: '#0A1F0C'

red 10 ◦ green 31 ◦ blue 12

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

Shades of Black Bean #0A1F0C

Tints of Black Bean #0A1F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 22.64%

R = 18.87%
G = 58.49%
B = 22.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#0A1F0C (or 0x0A1F0C) is known color: Black Bean. HEX triplet: 0A, 1F and 0C. RGB value is (10,31,12). Sum of RGB (Red+Green+Blue) = 10+31+12=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #0A1F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1F0C is #F5E0F3. Grayscale: #161616. Windows color (decimal): -16113908 or 794378. OLE color: 794378.

HSL color Cylindrical-coordinate representation of color #0A1F0C: hue angle of 125.71º 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 #0A1F0C is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 31 12 -
CMYK 0.68 0 0.61 0.88
HSL 125.71º 0.51% 0.08% -
HSV(B) 125.71º 0.68% 0.12% -
XYZ 0.68 1.07 0.52 -
YUV 22.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 10 31 12 0.68 0 0.61 0.88 125.71 0.51 0.08
Hex A 1F C 44 0 3D 58 7E 33 8
Octal 12 37 14 104 0 75 130 176 63 10
Binary 1010 11111 1100 1000100 0 111101 1011000 1111110 110011 1000

Color Harmonies of #0A1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1F0C

Black with #0A1F0C

Text Example


Text Example

White with #0A1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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