Html Css Color HEX #07111F Black Pearl

📋 copy color: '#07111F'

red 7 ◦ green 17 ◦ blue 31

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

Shades of Black Pearl #07111F

Tints of Black Pearl #07111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 30.91%

 BLUE value IS 31 (12.5% from 255) = 56.36%

R = 12.73%
G = 30.91%
B = 56.36%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07111F (or 0x07111F) is known color: Black Pearl. HEX triplet: 07, 11 and 1F. RGB value is (7,17,31). Sum of RGB (Red+Green+Blue) = 7+17+31=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #07111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07111F is #F8EEE0. Grayscale: #0F0F0F. Windows color (decimal): -16314081 or 2035975. OLE color: 2035975.

HSL color Cylindrical-coordinate representation of color #07111F: hue angle of 215º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07111F is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 17 31 -
CMYK 0.77 0.45 0 0.88
HSL 215º 0.63% 0.07% -
HSV(B) 215º 0.77% 0.12% -
XYZ 0.54 0.54 1.37 -
YUV 15.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 7 17 31 0.77 0.45 0 0.88 215 0.63 0.07
Hex 7 11 1F 4D 2D 0 58 D7 3F 7
Octal 7 21 37 115 55 0 130 327 77 7
Binary 111 10001 11111 1001101 101101 0 1011000 11010111 111111 111

Color Harmonies of #07111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07111F

Black with #07111F

Text Example


Text Example

White with #07111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07111F; }

 p { color: rgb(7,17,31); }

 H1.HeaderClassName
 {
   color: #07111F;
 }
 .AnyTagClassName
 {
   color: #07111F;
 }
</style>

background-color css

<style>
 a { background-color: #07111F; }

 a { background-color: rgb(7,17,31); }

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

border-color css

<style>
 span { border-color: #07111F; }

 span { border-color: rgb(7,17,31); }

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