Html Css Color HEX #07182B Black Pearl

📋 copy color: '#07182B'

red 7 ◦ green 24 ◦ blue 43

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

Shades of Black Pearl #07182B

Tints of Black Pearl #07182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 58.11%

R = 9.46%
G = 32.43%
B = 58.11%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#07182B (or 0x07182B) is known color: Black Pearl. HEX triplet: 07, 18 and 2B. RGB value is (7,24,43). Sum of RGB (Red+Green+Blue) = 7+24+43=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #07182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07182B is #F8E7D4. Grayscale: #141414. Windows color (decimal): -16312277 or 2824199. OLE color: 2824199.

HSL color Cylindrical-coordinate representation of color #07182B: hue angle of 211.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07182B is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 7 24 43 -
CMYK 0.84 0.44 0 0.83
HSL 211.67º 0.72% 0.1% -
HSV(B) 211.67º 0.84% 0.17% -
XYZ 0.85 0.87 2.41 -
YUV 21.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 7 24 43 0.84 0.44 0 0.83 211.67 0.72 0.1
Hex 7 18 2B 54 2C 0 53 D4 48 A
Octal 7 30 53 124 54 0 123 324 110 12
Binary 111 11000 101011 1010100 101100 0 1010011 11010100 1001000 1010

Color Harmonies of #07182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07182B

Black with #07182B

Text Example


Text Example

White with #07182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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