Html Css Color HEX #07181A Black Pearl

📋 copy color: '#07181A'

red 7 ◦ green 24 ◦ blue 26

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

Shades of Black Pearl #07181A

Tints of Black Pearl #07181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 42.11%

 BLUE value IS 26 (10.55% from 255) = 45.61%

R = 12.28%
G = 42.11%
B = 45.61%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#07181A (or 0x07181A) is known color: Black Pearl. HEX triplet: 07, 18 and 1A. RGB value is (7,24,26). Sum of RGB (Red+Green+Blue) = 7+24+26=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #07181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07181A is #F8E7E5. Grayscale: #131313. Windows color (decimal): -16312294 or 1710087. OLE color: 1710087.

HSL color Cylindrical-coordinate representation of color #07181A: hue angle of 186.32º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #07181A is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 24 26 -
CMYK 0.73 0.08 0 0.90
HSL 186.32º 0.58% 0.06% -
HSV(B) 186.32º 0.73% 0.1% -
XYZ 0.6 0.77 1.09 -
YUV 19.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 7 24 26 0.73 0.08 0 0.90 186.32 0.58 0.06
Hex 7 18 1A 49 8 0 5A BA 3A 6
Octal 7 30 32 111 10 0 132 272 72 6
Binary 111 11000 11010 1001001 1000 0 1011010 10111010 111010 110

Color Harmonies of #07181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07181A

Black with #07181A

Text Example


Text Example

White with #07181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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