Html Css Color HEX #0D171A Black Pearl

📋 copy color: '#0D171A'

red 13 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #0D171A

Tints of Black Pearl #0D171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 37.1%

 BLUE value IS 26 (10.55% from 255) = 41.94%

R = 20.97%
G = 37.1%
B = 41.94%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0D171A (or 0x0D171A) is known color: Black Pearl. HEX triplet: 0D, 17 and 1A. RGB value is (13,23,26). Sum of RGB (Red+Green+Blue) = 13+23+26=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D171A is #F2E8E5. Grayscale: #141414. Windows color (decimal): -15919334 or 1709837. OLE color: 1709837.

HSL color Cylindrical-coordinate representation of color #0D171A: hue angle of 193.85º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D171A is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 23 26 -
CMYK 0.5 0.12 0 0.90
HSL 193.85º 0.33% 0.08% -
HSV(B) 193.85º 0.5% 0.1% -
XYZ 0.66 0.77 1.09 -
YUV 20.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 13 23 26 0.5 0.12 0 0.90 193.85 0.33 0.08
Hex D 17 1A 32 C 0 5A C2 21 8
Octal 15 27 32 62 14 0 132 302 41 10
Binary 1101 10111 11010 110010 1100 0 1011010 11000010 100001 1000

Color Harmonies of #0D171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D171A

Black with #0D171A

Text Example


Text Example

White with #0D171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,23,26); }

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

background-color css

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

 a { background-color: rgb(13,23,26); }

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

border-color css

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

 span { border-color: rgb(13,23,26); }

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