Html Css Color HEX #06230B Black Bean

📋 copy color: '#06230B'

red 6 ◦ green 35 ◦ blue 11

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

Shades of Black Bean #06230B

Tints of Black Bean #06230B

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 value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#06230B (or 0x06230B) is known color: 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

RGB 6 35 11 -
CMYK 0.83 0 0.69 0.86
HSL 130.34º 0.71% 0.08% -
HSV(B) 130.34º 0.83% 0.14% -
XYZ 0.74 1.26 0.52 -
YUV 23.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 6 35 11 0.83 0 0.69 0.86 130.34 0.71 0.08
Hex 6 23 B 53 0 45 56 82 47 8
Octal 6 43 13 123 0 105 126 202 107 10
Binary 110 100011 1011 1010011 0 1000101 1010110 10000010 1000111 1000

Color Harmonies of #06230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06230B

Black with #06230B

Text Example


Text Example

White with #06230B

Text Example


Text Example

HTML Codes & Css Web 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>