Html Css Color HEX #07131B Black Pearl

📋 copy color: '#07131B'

red 7 ◦ green 19 ◦ blue 27

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

Shades of Black Pearl #07131B

Tints of Black Pearl #07131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.85%

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

R = 13.21%
G = 35.85%
B = 50.94%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07131B (or 0x07131B) is known color: Black Pearl. HEX triplet: 07, 13 and 1B. RGB value is (7,19,27). Sum of RGB (Red+Green+Blue) = 7+19+27=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #07131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07131B is #F8ECE4. Grayscale: #101010. Windows color (decimal): -16313573 or 1774343. OLE color: 1774343.

HSL color Cylindrical-coordinate representation of color #07131B: hue angle of 204º 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 #07131B is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 19 27 -
CMYK 0.74 0.30 0 0.89
HSL 204º 0.59% 0.07% -
HSV(B) 204º 0.74% 0.11% -
XYZ 0.52 0.59 1.12 -
YUV 16.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 7 19 27 0.74 0.30 0 0.89 204 0.59 0.07
Hex 7 13 1B 4A 1E 0 59 CC 3B 7
Octal 7 23 33 112 36 0 131 314 73 7
Binary 111 10011 11011 1001010 11110 0 1011001 11001100 111011 111

Color Harmonies of #07131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07131B

Black with #07131B

Text Example


Text Example

White with #07131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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