Html Css Color HEX #020407 Black Pearl

📋 copy color: '#020407'

red 2 ◦ green 4 ◦ blue 7

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

Shades of Black Pearl #020407

Tints of Black Pearl #020407

RGB

 RED value IS 2 (1.17% from 255) = 15.38%

 GREEN value IS 4 (1.95% from 255) = 30.77%

 BLUE value IS 7 (3.13% from 255) = 53.85%

R = 15.38%
G = 30.77%
B = 53.85%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#020407 (or 0x020407) is known color: Black Pearl. HEX triplet: 02, 04 and 07. RGB value is (2,4,7). Sum of RGB (Red+Green+Blue) = 2+4+7=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 4 (1.95% from 255 or 30.77% from 13); Blue value is 7 (3.12% from 255 or 53.85% from 13); Max value from RGB is 7 - color contains mainly: blue. Hex color #020407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020407 is #FDFBF8. Grayscale: #030303. Windows color (decimal): -16645113 or 459778. OLE color: 459778.

HSL color Cylindrical-coordinate representation of color #020407: hue angle of 216º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #020407 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 2 4 7 -
CMYK 0.71 0.43 0 0.97
HSL 216º 0.56% 0.02% -
HSV(B) 216º 0.71% 0.03% -
XYZ 0.11 0.12 0.22 -
YUV 3.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 2 4 7 0.71 0.43 0 0.97 216 0.56 0.02
Hex 2 4 7 47 2B 0 61 D8 38 2
Octal 2 4 7 107 53 0 141 330 70 2
Binary 10 100 111 1000111 101011 0 1100001 11011000 111000 10

Color Harmonies of #020407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020407

Black with #020407

Text Example


Text Example

White with #020407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020407; }

 p { color: rgb(2,4,7); }

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

background-color css

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

 a { background-color: rgb(2,4,7); }

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

border-color css

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

 span { border-color: rgb(2,4,7); }

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