Html Css Color HEX #020507 Black Pearl

📋 copy color: '#020507'

red 2 ◦ green 5 ◦ blue 7

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

Shades of Black Pearl #020507

Tints of Black Pearl #020507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 35.71%

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

R = 14.29%
G = 35.71%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#020507 (or 0x020507) is known color: Black Pearl. HEX triplet: 02, 05 and 07. RGB value is (2,5,7). Sum of RGB (Red+Green+Blue) = 2+5+7=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 7 (3.12% from 255 or 50% from 14); Max value from RGB is 7 - color contains mainly: blue. Hex color #020507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020507 is #FDFAF8. Grayscale: #040404. Windows color (decimal): -16644857 or 460034. OLE color: 460034.

HSL color Cylindrical-coordinate representation of color #020507: hue angle of 204º 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 #020507 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 2 5 7 -
CMYK 0.71 0.29 0 0.97
HSL 204º 0.56% 0.02% -
HSV(B) 204º 0.71% 0.03% -
XYZ 0.12 0.14 0.22 -
YUV 4.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 2 5 7 0.71 0.29 0 0.97 204 0.56 0.02
Hex 2 5 7 47 1D 0 61 CC 38 2
Octal 2 5 7 107 35 0 141 314 70 2
Binary 10 101 111 1000111 11101 0 1100001 11001100 111000 10

Color Harmonies of #020507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020507

Black with #020507

Text Example


Text Example

White with #020507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020507; }

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

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

background-color css

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

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

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

border-color css

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

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

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