Html Css Color HEX #0F1A0F Black Bean

📋 copy color: '#0F1A0F'

red 15 ◦ green 26 ◦ blue 15

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

Shades of Black Bean #0F1A0F

Tints of Black Bean #0F1A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 26.79%

R = 26.79%
G = 46.43%
B = 26.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#0F1A0F (or 0x0F1A0F) is known color: Black Bean. HEX triplet: 0F, 1A and 0F. RGB value is (15,26,15). Sum of RGB (Red+Green+Blue) = 15+26+15=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 26 - color contains mainly: green. Hex color #0F1A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1A0F is #F0E5F0. Grayscale: #151515. Windows color (decimal): -15787505 or 989711. OLE color: 989711.

HSL color Cylindrical-coordinate representation of color #0F1A0F: hue angle of 120º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F1A0F is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 26 15 -
CMYK 0.42 0 0.42 0.90
HSL 120º 0.27% 0.08% -
HSV(B) 120º 0.42% 0.1% -
XYZ 0.65 0.87 0.59 -
YUV 21.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 15 26 15 0.42 0 0.42 0.90 120 0.27 0.08
Hex F 1A F 2A 0 2A 5A 78 1B 8
Octal 17 32 17 52 0 52 132 170 33 10
Binary 1111 11010 1111 101010 0 101010 1011010 1111000 11011 1000

Color Harmonies of #0F1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1A0F

Black with #0F1A0F

Text Example


Text Example

White with #0F1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,26,15); }

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

background-color css

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

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

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

border-color css

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

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

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