Html Css Color HEX #010D1C Black Pearl

📋 copy color: '#010D1C'

red 1 ◦ green 13 ◦ blue 28

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

Shades of Black Pearl #010D1C

Tints of Black Pearl #010D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 66.67%

R = 2.38%
G = 30.95%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#010D1C (or 0x010D1C) is known color: Black Pearl. HEX triplet: 01, 0D and 1C. RGB value is (1,13,28). Sum of RGB (Red+Green+Blue) = 1+13+28=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #010D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D1C is #FEF2E3. Grayscale: #0B0B0B. Windows color (decimal): -16708324 or 1838337. OLE color: 1838337.

HSL color Cylindrical-coordinate representation of color #010D1C: hue angle of 213.33º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010D1C is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 13 28 -
CMYK 0.96 0.54 0 0.89
HSL 213.33º 0.93% 0.06% -
HSV(B) 213.33º 0.96% 0.11% -
XYZ 0.37 0.38 1.15 -
YUV 11.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 1 13 28 0.96 0.54 0 0.89 213.33 0.93 0.06
Hex 1 D 1C 60 36 0 59 D5 5D 6
Octal 1 15 34 140 66 0 131 325 135 6
Binary 1 1101 11100 1100000 110110 0 1011001 11010101 1011101 110

Color Harmonies of #010D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D1C

Black with #010D1C

Text Example


Text Example

White with #010D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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