Html Css Color HEX #0B1F1A Dark Green

📋 copy color: '#0B1F1A'

red 11 ◦ green 31 ◦ blue 26

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

Shades of Dark Green #0B1F1A

Tints of Dark Green #0B1F1A

RGB

 RED value IS 11 (4.69% from 255) = 16.18%

 GREEN value IS 31 (12.5% from 255) = 45.59%

 BLUE value IS 26 (10.55% from 255) = 38.24%

R = 16.18%
G = 45.59%
B = 38.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#0B1F1A (or 0x0B1F1A) is known color: Dark Green. HEX triplet: 0B, 1F and 1A. RGB value is (11,31,26). Sum of RGB (Red+Green+Blue) = 11+31+26=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1F1A is #F4E0E5. Grayscale: #181818. Windows color (decimal): -16048358 or 1711883. OLE color: 1711883.

HSL color Cylindrical-coordinate representation of color #0B1F1A: hue angle of 165º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1F1A is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 31 26 -
CMYK 0.65 0 0.16 0.88
HSL 165º 0.48% 0.08% -
HSV(B) 165º 0.65% 0.12% -
XYZ 0.81 1.13 1.15 -
YUV 24.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 11 31 26 0.65 0 0.16 0.88 165 0.48 0.08
Hex B 1F 1A 41 0 10 58 A5 30 8
Octal 13 37 32 101 0 20 130 245 60 10
Binary 1011 11111 11010 1000001 0 10000 1011000 10100101 110000 1000

Color Harmonies of #0B1F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1F1A

Black with #0B1F1A

Text Example


Text Example

White with #0B1F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,31,26); }

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

background-color css

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

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

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

border-color css

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

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

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