Html Css Color HEX #07171E Black Pearl

📋 copy color: '#07171E'

red 7 ◦ green 23 ◦ blue 30

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

Shades of Black Pearl #07171E

Tints of Black Pearl #07171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 38.33%

 BLUE value IS 30 (12.11% from 255) = 50%

R = 11.67%
G = 38.33%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07171E (or 0x07171E) is known color: Black Pearl. HEX triplet: 07, 17 and 1E. RGB value is (7,23,30). Sum of RGB (Red+Green+Blue) = 7+23+30=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #07171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07171E is #F8E8E1. Grayscale: #121212. Windows color (decimal): -16312546 or 1971975. OLE color: 1971975.

HSL color Cylindrical-coordinate representation of color #07171E: hue angle of 198.26º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07171E is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 23 30 -
CMYK 0.77 0.23 0 0.88
HSL 198.26º 0.62% 0.07% -
HSV(B) 198.26º 0.77% 0.12% -
XYZ 0.63 0.75 1.34 -
YUV 19.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 7 23 30 0.77 0.23 0 0.88 198.26 0.62 0.07
Hex 7 17 1E 4D 17 0 58 C6 3E 7
Octal 7 27 36 115 27 0 130 306 76 7
Binary 111 10111 11110 1001101 10111 0 1011000 11000110 111110 111

Color Harmonies of #07171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07171E

Black with #07171E

Text Example


Text Example

White with #07171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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