Html Css Color HEX #07230C Black Bean

📋 copy color: '#07230C'

red 7 ◦ green 35 ◦ blue 12

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

Shades of Black Bean #07230C

Tints of Black Bean #07230C

RGB

 RED value IS 7 (3.13% from 255) = 12.96%

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

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

R = 12.96%
G = 64.81%
B = 22.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.86

RGB Variations

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

Color information

#07230C (or 0x07230C) is known color: Black Bean. HEX triplet: 07, 23 and 0C. RGB value is (7,35,12). Sum of RGB (Red+Green+Blue) = 7+35+12=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #07230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07230C is #F8DCF3. Grayscale: #181818. Windows color (decimal): -16309492 or 795399. OLE color: 795399.

HSL color Cylindrical-coordinate representation of color #07230C: hue angle of 130.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07230C is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 35 12 -
CMYK 0.80 0 0.66 0.86
HSL 130.71º 0.67% 0.08% -
HSV(B) 130.71º 0.8% 0.14% -
XYZ 0.76 1.27 0.55 -
YUV 24.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 7 35 12 0.80 0 0.66 0.86 130.71 0.67 0.08
Hex 7 23 C 50 0 42 56 83 43 8
Octal 7 43 14 120 0 102 126 203 103 10
Binary 111 100011 1100 1010000 0 1000010 1010110 10000011 1000011 1000

Color Harmonies of #07230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07230C

Black with #07230C

Text Example


Text Example

White with #07230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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