Html Css Color HEX #07230A Black Bean

📋 copy color: '#07230A'

red 7 ◦ green 35 ◦ blue 10

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

Shades of Black Bean #07230A

Tints of Black Bean #07230A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 19.23%

R = 13.46%
G = 67.31%
B = 19.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.86

RGB Variations

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

Color information

#07230A (or 0x07230A) is known color: Black Bean. HEX triplet: 07, 23 and 0A. RGB value is (7,35,10). Sum of RGB (Red+Green+Blue) = 7+35+10=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #07230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07230A is #F8DCF5. Grayscale: #171717. Windows color (decimal): -16309494 or 664327. OLE color: 664327.

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

Color convert

RGB 7 35 10 -
CMYK 0.80 0 0.71 0.86
HSL 126.43º 0.67% 0.08% -
HSV(B) 126.43º 0.8% 0.14% -
XYZ 0.74 1.27 0.49 -
YUV 23.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 7 35 10 0.80 0 0.71 0.86 126.43 0.67 0.08
Hex 7 23 A 50 0 47 56 7E 43 8
Octal 7 43 12 120 0 107 126 176 103 10
Binary 111 100011 1010 1010000 0 1000111 1010110 1111110 1000011 1000

Color Harmonies of #07230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07230A

Black with #07230A

Text Example


Text Example

White with #07230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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