Html Css Color HEX #010D14 Black Pearl

📋 copy color: '#010D14'

red 1 ◦ green 13 ◦ blue 20

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

Shades of Black Pearl #010D14

Tints of Black Pearl #010D14

RGB

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

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

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

R = 2.94%
G = 38.24%
B = 58.82%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010D14 (or 0x010D14) is known color: Black Pearl. HEX triplet: 01, 0D and 14. RGB value is (1,13,20). Sum of RGB (Red+Green+Blue) = 1+13+20=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #010D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D14 is #FEF2EB. Grayscale: #0A0A0A. Windows color (decimal): -16708332 or 1314049. OLE color: 1314049.

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

Color convert

RGB 1 13 20 -
CMYK 0.95 0.35 0 0.92
HSL 202.11º 0.9% 0.04% -
HSV(B) 202.11º 0.95% 0.08% -
XYZ 0.28 0.34 0.71 -
YUV 10.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 1 13 20 0.95 0.35 0 0.92 202.11 0.9 0.04
Hex 1 D 14 5F 23 0 5C CA 5A 4
Octal 1 15 24 137 43 0 134 312 132 4
Binary 1 1101 10100 1011111 100011 0 1011100 11001010 1011010 100

Color Harmonies of #010D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D14

Black with #010D14

Text Example


Text Example

White with #010D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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