Html Css Color HEX #010D15 Black Pearl

📋 copy color: '#010D15'

red 1 ◦ green 13 ◦ blue 21

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

Shades of Black Pearl #010D15

Tints of Black Pearl #010D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 37.14%

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

R = 2.86%
G = 37.14%
B = 60%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010D15 (or 0x010D15) is known color: Black Pearl. HEX triplet: 01, 0D and 15. RGB value is (1,13,21). Sum of RGB (Red+Green+Blue) = 1+13+21=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #010D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D15 is #FEF2EA. Grayscale: #0A0A0A. Windows color (decimal): -16708331 or 1379585. OLE color: 1379585.

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

Color convert

RGB 1 13 21 -
CMYK 0.95 0.38 0 0.92
HSL 204º 0.91% 0.04% -
HSV(B) 204º 0.95% 0.08% -
XYZ 0.29 0.35 0.76 -
YUV 10.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 1 13 21 0.95 0.38 0 0.92 204 0.91 0.04
Hex 1 D 15 5F 26 0 5C CC 5B 4
Octal 1 15 25 137 46 0 134 314 133 4
Binary 1 1101 10101 1011111 100110 0 1011100 11001100 1011011 100

Color Harmonies of #010D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D15

Black with #010D15

Text Example


Text Example

White with #010D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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