Html Css Color HEX #0D181C Black Pearl

📋 copy color: '#0D181C'

red 13 ◦ green 24 ◦ blue 28

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

Shades of Black Pearl #0D181C

Tints of Black Pearl #0D181C

RGB

 RED value IS 13 (5.47% from 255) = 20%

 GREEN value IS 24 (9.77% from 255) = 36.92%

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

R = 20%
G = 36.92%
B = 43.08%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D181C (or 0x0D181C) is known color: Black Pearl. HEX triplet: 0D, 18 and 1C. RGB value is (13,24,28). Sum of RGB (Red+Green+Blue) = 13+24+28=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D181C is #F2E7E3. Grayscale: #151515. Windows color (decimal): -15919076 or 1841165. OLE color: 1841165.

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

Color convert

RGB 13 24 28 -
CMYK 0.54 0.14 0 0.89
HSL 196º 0.37% 0.08% -
HSV(B) 196º 0.54% 0.11% -
XYZ 0.7 0.82 1.22 -
YUV 21.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 13 24 28 0.54 0.14 0 0.89 196 0.37 0.08
Hex D 18 1C 36 E 0 59 C4 25 8
Octal 15 30 34 66 16 0 131 304 45 10
Binary 1101 11000 11100 110110 1110 0 1011001 11000100 100101 1000

Color Harmonies of #0D181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D181C

Black with #0D181C

Text Example


Text Example

White with #0D181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D181C; }

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

 H1.HeaderClassName
 {
   color: #0D181C;
 }
 .AnyTagClassName
 {
   color: #0D181C;
 }
</style>

background-color css

<style>
 a { background-color: #0D181C; }

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

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

border-color css

<style>
 span { border-color: #0D181C; }

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

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