Html Css Color HEX #07121B Black Pearl

📋 copy color: '#07121B'

red 7 ◦ green 18 ◦ blue 27

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

Shades of Black Pearl #07121B

Tints of Black Pearl #07121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 34.62%

 BLUE value IS 27 (10.94% from 255) = 51.92%

R = 13.46%
G = 34.62%
B = 51.92%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07121B (or 0x07121B) is known color: Black Pearl. HEX triplet: 07, 12 and 1B. RGB value is (7,18,27). Sum of RGB (Red+Green+Blue) = 7+18+27=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #07121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07121B is #F8EDE4. Grayscale: #0F0F0F. Windows color (decimal): -16313829 or 1774087. OLE color: 1774087.

HSL color Cylindrical-coordinate representation of color #07121B: hue angle of 207º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #07121B is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 18 27 -
CMYK 0.74 0.33 0 0.89
HSL 207º 0.59% 0.07% -
HSV(B) 207º 0.74% 0.11% -
XYZ 0.5 0.56 1.12 -
YUV 15.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 7 18 27 0.74 0.33 0 0.89 207 0.59 0.07
Hex 7 12 1B 4A 21 0 59 CF 3B 7
Octal 7 22 33 112 41 0 131 317 73 7
Binary 111 10010 11011 1001010 100001 0 1011001 11001111 111011 111

Color Harmonies of #07121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07121B

Black with #07121B

Text Example


Text Example

White with #07121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,18,27); }

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

background-color css

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

 a { background-color: rgb(7,18,27); }

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

border-color css

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

 span { border-color: rgb(7,18,27); }

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