Html Css Color HEX #0B230E Black Bean

📋 copy color: '#0B230E'

red 11 ◦ green 35 ◦ blue 14

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

Shades of Black Bean #0B230E

Tints of Black Bean #0B230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 58.33%

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

R = 18.33%
G = 58.33%
B = 23.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#0B230E (or 0x0B230E) is known color: Black Bean. HEX triplet: 0B, 23 and 0E. RGB value is (11,35,14). Sum of RGB (Red+Green+Blue) = 11+35+14=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #0B230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B230E is #F4DCF1. Grayscale: #191919. Windows color (decimal): -16047346 or 926475. OLE color: 926475.

HSL color Cylindrical-coordinate representation of color #0B230E: hue angle of 127.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B230E is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB 11 35 14 -
CMYK 0.69 0 0.60 0.86
HSL 127.5º 0.52% 0.09% -
HSV(B) 127.5º 0.69% 0.14% -
XYZ 0.82 1.3 0.62 -
YUV 25.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 11 35 14 0.69 0 0.60 0.86 127.5 0.52 0.09
Hex B 23 E 45 0 3C 56 80 34 9
Octal 13 43 16 105 0 74 126 200 64 11
Binary 1011 100011 1110 1000101 0 111100 1010110 10000000 110100 1001

Color Harmonies of #0B230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B230E

Black with #0B230E

Text Example


Text Example

White with #0B230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,35,14); }

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

background-color css

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

 a { background-color: rgb(11,35,14); }

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

border-color css

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

 span { border-color: rgb(11,35,14); }

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