Html Css Color HEX #000D1C Black Pearl

📋 copy color: '#000D1C'

red 0 ◦ green 13 ◦ blue 28

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

Shades of Black Pearl #000D1C

Tints of Black Pearl #000D1C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 31.71%
B = 68.29%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#000D1C (or 0x000D1C) is known color: Black Pearl. HEX triplet: 00, 0D and 1C. RGB value is (0,13,28). Sum of RGB (Red+Green+Blue) = 0+13+28=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #000D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D1C is #FFF2E3. Grayscale: #0A0A0A. Windows color (decimal): -16773860 or 1838336. OLE color: 1838336.

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

Color convert

RGB 0 13 28 -
CMYK 1 0.54 0 0.89
HSL 212.14º 1% 0.05% -
HSV(B) 212.14º 1% 0.11% -
XYZ 0.35 0.37 1.15 -
YUV 10.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 0 13 28 1 0.54 0 0.89 212.14 1 0.05
Hex 0 D 1C 64 36 0 59 D4 64 5
Octal 0 15 34 144 66 0 131 324 144 5
Binary 0 1101 11100 1100100 110110 0 1011001 11010100 1100100 101

Color Harmonies of #000D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D1C

Black with #000D1C

Text Example


Text Example

White with #000D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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