#06230A

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

Shades of Black Bean #06230A

Tints of Black Bean #06230A

Color information

#06230A (or 0x06230A) is unknown color: approx Black Bean. HEX triplet: 06, 23 and 0A. RGB value is (6,35,10). Sum of RGB (Red+Green+Blue) = 6+35+10=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #06230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06230A is #F9DCF5. Grayscale: #171717. Windows color (decimal): -16375030 or 664326. OLE color: 664326.

HSL color Cylindrical-coordinate representation of color #06230A: hue angle of 128.28º 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 #06230A is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB63510-
CMYK0.8300.710.86
HSL128.28º70.73%8.04%-
HSV(B)128.28º82.86%13.73%-
XYZ0.731.260.49-
YUV23.48120.39115.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 35 (14.06% from 255) = 68.63%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=11.76%
G=68.63%
B=19.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal635100.8300.710.86128.2870.738.04
Hex623A530475680478
Octal64312123010712620010710
Binary110100011101010100110100011110101101000000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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