Html Css Color HEX #0D260E Black Bean

📋 copy color: '#0D260E'

red 13 ◦ green 38 ◦ blue 14

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

Shades of Black Bean #0D260E

Tints of Black Bean #0D260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 58.46%

 BLUE value IS 14 (5.86% from 255) = 21.54%

R = 20%
G = 58.46%
B = 21.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.85

RGB Variations

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

Color information

#0D260E (or 0x0D260E) is known color: Black Bean. HEX triplet: 0D, 26 and 0E. RGB value is (13,38,14). Sum of RGB (Red+Green+Blue) = 13+38+14=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #0D260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D260E is #F2D9F1. Grayscale: #1B1B1B. Windows color (decimal): -15915506 or 927245. OLE color: 927245.

HSL color Cylindrical-coordinate representation of color #0D260E: hue angle of 122.4º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D260E is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 38 14 -
CMYK 0.66 0 0.63 0.85
HSL 122.4º 0.49% 0.1% -
HSV(B) 122.4º 0.66% 0.15% -
XYZ 0.94 1.5 0.66 -
YUV 27.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 13 38 14 0.66 0 0.63 0.85 122.4 0.49 0.1
Hex D 26 E 42 0 3F 55 7A 31 A
Octal 15 46 16 102 0 77 125 172 61 12
Binary 1101 100110 1110 1000010 0 111111 1010101 1111010 110001 1010

Color Harmonies of #0D260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D260E

Black with #0D260E

Text Example


Text Example

White with #0D260E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,38,14); }

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

background-color css

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

 a { background-color: rgb(13,38,14); }

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

border-color css

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

 span { border-color: rgb(13,38,14); }

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