Html Css Color HEX #010F17 Black Pearl

📋 copy color: '#010F17'

red 1 ◦ green 15 ◦ blue 23

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

Shades of Black Pearl #010F17

Tints of Black Pearl #010F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 58.97%

R = 2.56%
G = 38.46%
B = 58.97%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010F17 (or 0x010F17) is known color: Black Pearl. HEX triplet: 01, 0F and 17. RGB value is (1,15,23). Sum of RGB (Red+Green+Blue) = 1+15+23=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #010F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F17 is #FEF0E8. Grayscale: #0B0B0B. Windows color (decimal): -16707817 or 1511169. OLE color: 1511169.

HSL color Cylindrical-coordinate representation of color #010F17: hue angle of 201.82º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010F17 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 15 23 -
CMYK 0.96 0.35 0 0.91
HSL 201.82º 0.92% 0.05% -
HSV(B) 201.82º 0.96% 0.09% -
XYZ 0.34 0.41 0.87 -
YUV 11.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 1 15 23 0.96 0.35 0 0.91 201.82 0.92 0.05
Hex 1 F 17 60 23 0 5B CA 5C 5
Octal 1 17 27 140 43 0 133 312 134 5
Binary 1 1111 10111 1100000 100011 0 1011011 11001010 1011100 101

Color Harmonies of #010F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F17

Black with #010F17

Text Example


Text Example

White with #010F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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