Html Css Color HEX #010F15 Black Pearl

📋 copy color: '#010F15'

red 1 ◦ green 15 ◦ blue 21

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

Shades of Black Pearl #010F15

Tints of Black Pearl #010F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 56.76%

R = 2.7%
G = 40.54%
B = 56.76%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010F15 (or 0x010F15) is known color: Black Pearl. HEX triplet: 01, 0F and 15. RGB value is (1,15,21). Sum of RGB (Red+Green+Blue) = 1+15+21=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #010F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F15 is #FEF0EA. Grayscale: #0B0B0B. Windows color (decimal): -16707819 or 1380097. OLE color: 1380097.

HSL color Cylindrical-coordinate representation of color #010F15: hue angle of 198º degrees, saturation: 0.91, 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 #010F15 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 15 21 -
CMYK 0.95 0.29 0 0.92
HSL 198º 0.91% 0.04% -
HSV(B) 198º 0.95% 0.08% -
XYZ 0.32 0.4 0.77 -
YUV 11.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 1 15 21 0.95 0.29 0 0.92 198 0.91 0.04
Hex 1 F 15 5F 1D 0 5C C6 5B 4
Octal 1 17 25 137 35 0 134 306 133 4
Binary 1 1111 10101 1011111 11101 0 1011100 11000110 1011011 100

Color Harmonies of #010F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F15

Black with #010F15

Text Example


Text Example

White with #010F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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