Html Css Color HEX #07270C Black Bean

📋 copy color: '#07270C'

red 7 ◦ green 39 ◦ blue 12

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

Shades of Black Bean #07270C

Tints of Black Bean #07270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 67.24%

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

R = 12.07%
G = 67.24%
B = 20.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#07270C (or 0x07270C) is known color: Black Bean. HEX triplet: 07, 27 and 0C. RGB value is (7,39,12). Sum of RGB (Red+Green+Blue) = 7+39+12=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #07270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07270C is #F8D8F3. Grayscale: #1A1A1A. Windows color (decimal): -16308468 or 796423. OLE color: 796423.

HSL color Cylindrical-coordinate representation of color #07270C: hue angle of 129.38º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07270C is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 39 12 -
CMYK 0.82 0 0.69 0.85
HSL 129.38º 0.7% 0.09% -
HSV(B) 129.38º 0.82% 0.15% -
XYZ 0.88 1.52 0.6 -
YUV 26.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 7 39 12 0.82 0 0.69 0.85 129.38 0.7 0.09
Hex 7 27 C 52 0 45 55 81 46 9
Octal 7 47 14 122 0 105 125 201 106 11
Binary 111 100111 1100 1010010 0 1000101 1010101 10000001 1000110 1001

Color Harmonies of #07270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07270C

Black with #07270C

Text Example


Text Example

White with #07270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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