Html Css Color HEX #0F1C12 Black Bean

📋 copy color: '#0F1C12'

red 15 ◦ green 28 ◦ blue 18

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

Shades of Black Bean #0F1C12

Tints of Black Bean #0F1C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 45.9%

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

R = 24.59%
G = 45.9%
B = 29.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#0F1C12 (or 0x0F1C12) is known color: Black Bean. HEX triplet: 0F, 1C and 12. RGB value is (15,28,18). Sum of RGB (Red+Green+Blue) = 15+28+18=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C12 is #F0E3ED. Grayscale: #171717. Windows color (decimal): -15786990 or 1186831. OLE color: 1186831.

HSL color Cylindrical-coordinate representation of color #0F1C12: hue angle of 133.85º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F1C12 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 28 18 -
CMYK 0.46 0 0.36 0.89
HSL 133.85º 0.3% 0.08% -
HSV(B) 133.85º 0.46% 0.11% -
XYZ 0.72 0.98 0.72 -
YUV 22.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 15 28 18 0.46 0 0.36 0.89 133.85 0.3 0.08
Hex F 1C 12 2E 0 24 59 86 1E 8
Octal 17 34 22 56 0 44 131 206 36 10
Binary 1111 11100 10010 101110 0 100100 1011001 10000110 11110 1000

Color Harmonies of #0F1C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C12

Black with #0F1C12

Text Example


Text Example

White with #0F1C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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