Html Css Color HEX #07121F Black Pearl

📋 copy color: '#07121F'

red 7 ◦ green 18 ◦ blue 31

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

Shades of Black Pearl #07121F

Tints of Black Pearl #07121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 55.36%

R = 12.5%
G = 32.14%
B = 55.36%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07121F (or 0x07121F) is known color: Black Pearl. HEX triplet: 07, 12 and 1F. RGB value is (7,18,31). Sum of RGB (Red+Green+Blue) = 7+18+31=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #07121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07121F is #F8EDE0. Grayscale: #101010. Windows color (decimal): -16313825 or 2036231. OLE color: 2036231.

HSL color Cylindrical-coordinate representation of color #07121F: hue angle of 212.5º degrees, saturation: 0.63, 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 #07121F is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 18 31 -
CMYK 0.77 0.42 0 0.88
HSL 212.5º 0.63% 0.07% -
HSV(B) 212.5º 0.77% 0.12% -
XYZ 0.55 0.58 1.38 -
YUV 16.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 7 18 31 0.77 0.42 0 0.88 212.5 0.63 0.07
Hex 7 12 1F 4D 2A 0 58 D4 3F 7
Octal 7 22 37 115 52 0 130 324 77 7
Binary 111 10010 11111 1001101 101010 0 1011000 11010100 111111 111

Color Harmonies of #07121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07121F

Black with #07121F

Text Example


Text Example

White with #07121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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