Html Css Color HEX #07161C Black Pearl

📋 copy color: '#07161C'

red 7 ◦ green 22 ◦ blue 28

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

Shades of Black Pearl #07161C

Tints of Black Pearl #07161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 38.6%

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

R = 12.28%
G = 38.6%
B = 49.12%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07161C (or 0x07161C) is known color: Black Pearl. HEX triplet: 07, 16 and 1C. RGB value is (7,22,28). Sum of RGB (Red+Green+Blue) = 7+22+28=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #07161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07161C is #F8E9E3. Grayscale: #121212. Windows color (decimal): -16312804 or 1840647. OLE color: 1840647.

HSL color Cylindrical-coordinate representation of color #07161C: hue angle of 197.14º 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 #07161C is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 22 28 -
CMYK 0.75 0.21 0 0.89
HSL 197.14º 0.6% 0.07% -
HSV(B) 197.14º 0.75% 0.11% -
XYZ 0.58 0.7 1.2 -
YUV 18.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 7 22 28 0.75 0.21 0 0.89 197.14 0.6 0.07
Hex 7 16 1C 4B 15 0 59 C5 3C 7
Octal 7 26 34 113 25 0 131 305 74 7
Binary 111 10110 11100 1001011 10101 0 1011001 11000101 111100 111

Color Harmonies of #07161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07161C

Black with #07161C

Text Example


Text Example

White with #07161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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