Html Css Color HEX #07111C Black Pearl

📋 copy color: '#07111C'

red 7 ◦ green 17 ◦ blue 28

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

Shades of Black Pearl #07111C

Tints of Black Pearl #07111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 53.85%

R = 13.46%
G = 32.69%
B = 53.85%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07111C (or 0x07111C) is known color: Black Pearl. HEX triplet: 07, 11 and 1C. RGB value is (7,17,28). Sum of RGB (Red+Green+Blue) = 7+17+28=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #07111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07111C is #F8EEE3. Grayscale: #0F0F0F. Windows color (decimal): -16314084 or 1839367. OLE color: 1839367.

HSL color Cylindrical-coordinate representation of color #07111C: hue angle of 211.43º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #07111C is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 17 28 -
CMYK 0.75 0.39 0 0.89
HSL 211.43º 0.6% 0.07% -
HSV(B) 211.43º 0.75% 0.11% -
XYZ 0.5 0.53 1.17 -
YUV 15.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 7 17 28 0.75 0.39 0 0.89 211.43 0.6 0.07
Hex 7 11 1C 4B 27 0 59 D3 3C 7
Octal 7 21 34 113 47 0 131 323 74 7
Binary 111 10001 11100 1001011 100111 0 1011001 11010011 111100 111

Color Harmonies of #07111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07111C

Black with #07111C

Text Example


Text Example

White with #07111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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