Html Css Color HEX #0B5841 Jewel

📋 copy color: '#0B5841'

red 11 ◦ green 88 ◦ blue 65

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

Shades of Jewel #0B5841

Tints of Jewel #0B5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.66%

 BLUE value IS 65 (25.78% from 255) = 39.63%

R = 6.71%
G = 53.66%
B = 39.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#0B5841 (or 0x0B5841) is known color: Jewel. HEX triplet: 0B, 58 and 41. RGB value is (11,88,65). Sum of RGB (Red+Green+Blue) = 11+88+65=164 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.71% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #0B5841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5841 is #F4A7BE. Grayscale: #3E3E3E. Windows color (decimal): -16033727 or 4282379. OLE color: 4282379.

HSL color Cylindrical-coordinate representation of color #0B5841: hue angle of 162.08º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5841 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 88 65 -
CMYK 0.88 0 0.26 0.65
HSL 162.08º 0.78% 0.19% -
HSV(B) 162.08º 0.88% 0.35% -
XYZ 4.58 7.43 6.19 -
YUV 62.36 129.49 91.37 -
System Red Green Blue C M Y K H S L
Decimal 11 88 65 0.88 0 0.26 0.65 162.08 0.78 0.19
Hex B 58 41 58 0 1A 41 A2 4E 13
Octal 13 130 101 130 0 32 101 242 116 23
Binary 1011 1011000 1000001 1011000 0 11010 1000001 10100010 1001110 10011

Color Harmonies of #0B5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5841

Black with #0B5841

Text Example


Text Example

White with #0B5841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,88,65); }

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

background-color css

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

 a { background-color: rgb(11,88,65); }

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

border-color css

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

 span { border-color: rgb(11,88,65); }

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