Html Css Color HEX #06230C Black Bean

📋 copy color: '#06230C'

red 6 ◦ green 35 ◦ blue 12

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

Shades of Black Bean #06230C

Tints of Black Bean #06230C

RGB

 RED value IS 6 (2.73% from 255) = 11.32%

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

 BLUE value IS 12 (5.08% from 255) = 22.64%

R = 11.32%
G = 66.04%
B = 22.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.86

RGB Variations

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

Color information

#06230C (or 0x06230C) is known color: Black Bean. HEX triplet: 06, 23 and 0C. RGB value is (6,35,12). Sum of RGB (Red+Green+Blue) = 6+35+12=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #06230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06230C is #F9DCF3. Grayscale: #171717. Windows color (decimal): -16375028 or 795398. OLE color: 795398.

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

Color convert

RGB 6 35 12 -
CMYK 0.83 0 0.66 0.86
HSL 132.41º 0.71% 0.08% -
HSV(B) 132.41º 0.83% 0.14% -
XYZ 0.74 1.27 0.55 -
YUV 23.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 6 35 12 0.83 0 0.66 0.86 132.41 0.71 0.08
Hex 6 23 C 53 0 42 56 84 47 8
Octal 6 43 14 123 0 102 126 204 107 10
Binary 110 100011 1100 1010011 0 1000010 1010110 10000100 1000111 1000

Color Harmonies of #06230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06230C

Black with #06230C

Text Example


Text Example

White with #06230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06230C;
 }
 .AnyTagClassName
 {
   color: #06230C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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