Html Css Color HEX #070F17 Black Pearl

📋 copy color: '#070F17'

red 7 ◦ green 15 ◦ blue 23

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

Shades of Black Pearl #070F17

Tints of Black Pearl #070F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 33.33%

 BLUE value IS 23 (9.38% from 255) = 51.11%

R = 15.56%
G = 33.33%
B = 51.11%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070F17 (or 0x070F17) is known color: Black Pearl. HEX triplet: 07, 0F and 17. RGB value is (7,15,23). Sum of RGB (Red+Green+Blue) = 7+15+23=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #070F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F17 is #F8F0E8. Grayscale: #0D0D0D. Windows color (decimal): -16314601 or 1511175. OLE color: 1511175.

HSL color Cylindrical-coordinate representation of color #070F17: hue angle of 210º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #070F17 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 15 23 -
CMYK 0.70 0.35 0 0.91
HSL 210º 0.53% 0.06% -
HSV(B) 210º 0.7% 0.09% -
XYZ 0.41 0.45 0.88 -
YUV 13.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 7 15 23 0.70 0.35 0 0.91 210 0.53 0.06
Hex 7 F 17 46 23 0 5B D2 35 6
Octal 7 17 27 106 43 0 133 322 65 6
Binary 111 1111 10111 1000110 100011 0 1011011 11010010 110101 110

Color Harmonies of #070F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F17

Black with #070F17

Text Example


Text Example

White with #070F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070F17; }

 p { color: rgb(7,15,23); }

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

background-color css

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

 a { background-color: rgb(7,15,23); }

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

border-color css

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

 span { border-color: rgb(7,15,23); }

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