Html Css Color HEX #0D1A0F Black Bean

📋 copy color: '#0D1A0F'

red 13 ◦ green 26 ◦ blue 15

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

Shades of Black Bean #0D1A0F

Tints of Black Bean #0D1A0F

RGB

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

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

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

R = 24.07%
G = 48.15%
B = 27.78%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#0D1A0F (or 0x0D1A0F) is known color: Black Bean. HEX triplet: 0D, 1A and 0F. RGB value is (13,26,15). Sum of RGB (Red+Green+Blue) = 13+26+15=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A0F is #F2E5F0. Grayscale: #141414. Windows color (decimal): -15918577 or 989709. OLE color: 989709.

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

Color convert

RGB 13 26 15 -
CMYK 0.5 0 0.42 0.90
HSL 129.23º 0.33% 0.08% -
HSV(B) 129.23º 0.5% 0.1% -
XYZ 0.62 0.86 0.58 -
YUV 20.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 13 26 15 0.5 0 0.42 0.90 129.23 0.33 0.08
Hex D 1A F 32 0 2A 5A 81 21 8
Octal 15 32 17 62 0 52 132 201 41 10
Binary 1101 11010 1111 110010 0 101010 1011010 10000001 100001 1000

Color Harmonies of #0D1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A0F

Black with #0D1A0F

Text Example


Text Example

White with #0D1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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