#06230B

Color #06230B Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #06230B

Tints of Black Bean #06230B

Color information

#06230B (or 0x06230B) is unknown color: approx Black Bean. HEX triplet: 06, 23 and 0B. RGB value is (6,35,11). Sum of RGB (Red+Green+Blue) = 6+35+11=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #06230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06230B is #F9DCF4. Grayscale: #171717. Windows color (decimal): -16375029 or 729862. OLE color: 729862.

HSL color Cylindrical-coordinate representation of color #06230B: hue angle of 130.34º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #06230B is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB63511-
CMYK0.8300.690.86
HSL130.34º70.73%8.04%-
HSV(B)130.34º82.86%13.73%-
XYZ0.741.260.52-
YUV23.59120.89115.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.54%
GREEN value IS 35 (14.06% from 255) = 67.31%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=11.54%
G=67.31%
B=21.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal635110.8300.690.86130.3470.738.04
Hex623B530455682478
Octal64313123010512620210710
Binary110100011101110100110100010110101101000001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06230B; }

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

 H1.HeaderClassName
 {
   color: #06230B;
 }
 .AnyTagClassName
 {
   color: #06230B;
 }
</style>
background-color css

<style>
 a { background-color: #06230B; }

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

 div.DivClassName
 {
   background-color: #06230B;
 }
 .BgClassName
 {
   background-color: #06230B;
 }
</style>
border-color css

<style>
 span { border-color: #06230B; }

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

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