Html Css Color HEX #071418 Black Pearl

📋 copy color: '#071418'

red 7 ◦ green 20 ◦ blue 24

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

Shades of Black Pearl #071418

Tints of Black Pearl #071418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 39.22%

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

R = 13.73%
G = 39.22%
B = 47.06%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#071418 (or 0x071418) is known color: Black Pearl. HEX triplet: 07, 14 and 18. RGB value is (7,20,24). Sum of RGB (Red+Green+Blue) = 7+20+24=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #071418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071418 is #F8EBE7. Grayscale: #101010. Windows color (decimal): -16313320 or 1577991. OLE color: 1577991.

HSL color Cylindrical-coordinate representation of color #071418: hue angle of 194.12º 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 #071418 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 20 24 -
CMYK 0.71 0.17 0 0.91
HSL 194.12º 0.55% 0.06% -
HSV(B) 194.12º 0.71% 0.09% -
XYZ 0.5 0.61 0.96 -
YUV 16.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 7 20 24 0.71 0.17 0 0.91 194.12 0.55 0.06
Hex 7 14 18 47 11 0 5B C2 37 6
Octal 7 24 30 107 21 0 133 302 67 6
Binary 111 10100 11000 1000111 10001 0 1011011 11000010 110111 110

Color Harmonies of #071418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071418

Black with #071418

Text Example


Text Example

White with #071418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071418; }

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

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

background-color css

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

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

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

border-color css

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

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

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