Html Css Color HEX #0B1F1B Dark Green

📋 copy color: '#0B1F1B'

red 11 ◦ green 31 ◦ blue 27

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

Shades of Dark Green #0B1F1B

Tints of Dark Green #0B1F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 39.13%

R = 15.94%
G = 44.93%
B = 39.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#0B1F1B (or 0x0B1F1B) is known color: Dark Green. HEX triplet: 0B, 1F and 1B. RGB value is (11,31,27). Sum of RGB (Red+Green+Blue) = 11+31+27=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1F1B is #F4E0E4. Grayscale: #181818. Windows color (decimal): -16048357 or 1777419. OLE color: 1777419.

HSL color Cylindrical-coordinate representation of color #0B1F1B: hue angle of 168º 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 #0B1F1B is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 31 27 -
CMYK 0.65 0 0.13 0.88
HSL 168º 0.48% 0.08% -
HSV(B) 168º 0.65% 0.12% -
XYZ 0.83 1.13 1.21 -
YUV 24.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 11 31 27 0.65 0 0.13 0.88 168 0.48 0.08
Hex B 1F 1B 41 0 D 58 A8 30 8
Octal 13 37 33 101 0 15 130 250 60 10
Binary 1011 11111 11011 1000001 0 1101 1011000 10101000 110000 1000

Color Harmonies of #0B1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1F1B

Black with #0B1F1B

Text Example


Text Example

White with #0B1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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