Html Css Color HEX #071118 Black Pearl

📋 copy color: '#071118'

red 7 ◦ green 17 ◦ blue 24

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

Shades of Black Pearl #071118

Tints of Black Pearl #071118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 50%

R = 14.58%
G = 35.42%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#071118 (or 0x071118) is known color: Black Pearl. HEX triplet: 07, 11 and 18. RGB value is (7,17,24). Sum of RGB (Red+Green+Blue) = 7+17+24=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #071118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071118 is #F8EEE7. Grayscale: #0E0E0E. Windows color (decimal): -16314088 or 1577223. OLE color: 1577223.

HSL color Cylindrical-coordinate representation of color #071118: hue angle of 204.71º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071118 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 17 24 -
CMYK 0.71 0.29 0 0.91
HSL 204.71º 0.55% 0.06% -
HSV(B) 204.71º 0.71% 0.09% -
XYZ 0.45 0.51 0.94 -
YUV 14.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 7 17 24 0.71 0.29 0 0.91 204.71 0.55 0.06
Hex 7 11 18 47 1D 0 5B CD 37 6
Octal 7 21 30 107 35 0 133 315 67 6
Binary 111 10001 11000 1000111 11101 0 1011011 11001101 110111 110

Color Harmonies of #071118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071118

Black with #071118

Text Example


Text Example

White with #071118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071118; }

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

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

background-color css

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

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

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

border-color css

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

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

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