Html Css Color HEX #07090A Black Pearl

📋 copy color: '#07090A'

red 7 ◦ green 9 ◦ blue 10

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

Shades of Black Pearl #07090A

Tints of Black Pearl #07090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 34.62%

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

R = 26.92%
G = 34.62%
B = 38.46%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07090A (or 0x07090A) is known color: Black Pearl. HEX triplet: 07, 09 and 0A. RGB value is (7,9,10). Sum of RGB (Red+Green+Blue) = 7+9+10=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 10 - color contains mainly: blue. Hex color #07090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07090A is #F8F6F5. Grayscale: #080808. Windows color (decimal): -16316150 or 657671. OLE color: 657671.

HSL color Cylindrical-coordinate representation of color #07090A: hue angle of 200º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #07090A is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 7 9 10 -
CMYK 0.30 0.10 0 0.96
HSL 200º 0.18% 0.03% -
HSV(B) 200º 0.3% 0.04% -
XYZ 0.24 0.26 0.33 -
YUV 8.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 7 9 10 0.30 0.10 0 0.96 200 0.18 0.03
Hex 7 9 A 1E A 0 60 C8 12 3
Octal 7 11 12 36 12 0 140 310 22 3
Binary 111 1001 1010 11110 1010 0 1100000 11001000 10010 11

Color Harmonies of #07090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07090A

Black with #07090A

Text Example


Text Example

White with #07090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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