Html Css Color HEX #0B5843 Jewel

📋 copy color: '#0B5843'

red 11 ◦ green 88 ◦ blue 67

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

Shades of Jewel #0B5843

Tints of Jewel #0B5843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.36%

R = 6.63%
G = 53.01%
B = 40.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#0B5843 (or 0x0B5843) is known color: Jewel. HEX triplet: 0B, 58 and 43. RGB value is (11,88,67). Sum of RGB (Red+Green+Blue) = 11+88+67=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #0B5843 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5843 is #F4A7BC. Grayscale: #3E3E3E. Windows color (decimal): -16033725 or 4413451. OLE color: 4413451.

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

Color convert

RGB 11 88 67 -
CMYK 0.88 0 0.24 0.65
HSL 163.64º 0.78% 0.19% -
HSV(B) 163.64º 0.88% 0.35% -
XYZ 4.64 7.46 6.5 -
YUV 62.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 11 88 67 0.88 0 0.24 0.65 163.64 0.78 0.19
Hex B 58 43 58 0 18 41 A4 4E 13
Octal 13 130 103 130 0 30 101 244 116 23
Binary 1011 1011000 1000011 1011000 0 11000 1000001 10100100 1001110 10011

Color Harmonies of #0B5843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5843

Black with #0B5843

Text Example


Text Example

White with #0B5843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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