Html Css Color HEX #0F1D12 Black Bean

📋 copy color: '#0F1D12'

red 15 ◦ green 29 ◦ blue 18

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

Shades of Black Bean #0F1D12

Tints of Black Bean #0F1D12

RGB

 RED value IS 15 (6.25% from 255) = 24.19%

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

 BLUE value IS 18 (7.42% from 255) = 29.03%

R = 24.19%
G = 46.77%
B = 29.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#0F1D12 (or 0x0F1D12) is known color: Black Bean. HEX triplet: 0F, 1D and 12. RGB value is (15,29,18). Sum of RGB (Red+Green+Blue) = 15+29+18=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D12 is #F0E2ED. Grayscale: #171717. Windows color (decimal): -15786734 or 1187087. OLE color: 1187087.

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

Color convert

RGB 15 29 18 -
CMYK 0.48 0 0.38 0.89
HSL 132.86º 0.32% 0.09% -
HSV(B) 132.86º 0.48% 0.11% -
XYZ 0.75 1.02 0.73 -
YUV 23.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 15 29 18 0.48 0 0.38 0.89 132.86 0.32 0.09
Hex F 1D 12 30 0 26 59 85 20 9
Octal 17 35 22 60 0 46 131 205 40 11
Binary 1111 11101 10010 110000 0 100110 1011001 10000101 100000 1001

Color Harmonies of #0F1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1D12

Black with #0F1D12

Text Example


Text Example

White with #0F1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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