Html Css Color HEX #07130A Black Bean

📋 copy color: '#07130A'

red 7 ◦ green 19 ◦ blue 10

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

Shades of Black Bean #07130A

Tints of Black Bean #07130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 52.78%

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

R = 19.44%
G = 52.78%
B = 27.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#07130A (or 0x07130A) is known color: Black Bean. HEX triplet: 07, 13 and 0A. RGB value is (7,19,10). Sum of RGB (Red+Green+Blue) = 7+19+10=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #07130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130A is #F8ECF5. Grayscale: #0E0E0E. Windows color (decimal): -16313590 or 660231. OLE color: 660231.

HSL color Cylindrical-coordinate representation of color #07130A: hue angle of 135º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #07130A is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 19 10 -
CMYK 0.63 0 0.47 0.93
HSL 135º 0.46% 0.05% -
HSV(B) 135º 0.63% 0.07% -
XYZ 0.38 0.53 0.37 -
YUV 14.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 7 19 10 0.63 0 0.47 0.93 135 0.46 0.05
Hex 7 13 A 3F 0 2F 5D 87 2E 5
Octal 7 23 12 77 0 57 135 207 56 5
Binary 111 10011 1010 111111 0 101111 1011101 10000111 101110 101

Color Harmonies of #07130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07130A

Black with #07130A

Text Example


Text Example

White with #07130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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