Html Css Color HEX #010F14 Black Pearl

📋 copy color: '#010F14'

red 1 ◦ green 15 ◦ blue 20

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

Shades of Black Pearl #010F14

Tints of Black Pearl #010F14

RGB

 RED value IS 1 (0.78% from 255) = 2.78%

 GREEN value IS 15 (6.25% from 255) = 41.67%

 BLUE value IS 20 (8.2% from 255) = 55.56%

R = 2.78%
G = 41.67%
B = 55.56%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010F14 (or 0x010F14) is known color: Black Pearl. HEX triplet: 01, 0F and 14. RGB value is (1,15,20). Sum of RGB (Red+Green+Blue) = 1+15+20=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #010F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F14 is #FEF0EB. Grayscale: #0B0B0B. Windows color (decimal): -16707820 or 1314561. OLE color: 1314561.

HSL color Cylindrical-coordinate representation of color #010F14: hue angle of 195.79º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010F14 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 15 20 -
CMYK 0.95 0.25 0 0.92
HSL 195.79º 0.9% 0.04% -
HSV(B) 195.79º 0.95% 0.08% -
XYZ 0.31 0.4 0.72 -
YUV 11.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 1 15 20 0.95 0.25 0 0.92 195.79 0.9 0.04
Hex 1 F 14 5F 19 0 5C C4 5A 4
Octal 1 17 24 137 31 0 134 304 132 4
Binary 1 1111 10100 1011111 11001 0 1011100 11000100 1011010 100

Color Harmonies of #010F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F14

Black with #010F14

Text Example


Text Example

White with #010F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010F14; }

 p { color: rgb(1,15,20); }

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

background-color css

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

 a { background-color: rgb(1,15,20); }

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

border-color css

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

 span { border-color: rgb(1,15,20); }

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