Html Css Color HEX #0D171B Black Pearl

📋 copy color: '#0D171B'

red 13 ◦ green 23 ◦ blue 27

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

Shades of Black Pearl #0D171B

Tints of Black Pearl #0D171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 42.86%

R = 20.63%
G = 36.51%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D171B (or 0x0D171B) is known color: Black Pearl. HEX triplet: 0D, 17 and 1B. RGB value is (13,23,27). Sum of RGB (Red+Green+Blue) = 13+23+27=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D171B is #F2E8E4. Grayscale: #141414. Windows color (decimal): -15919333 or 1775373. OLE color: 1775373.

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

Color convert

RGB 13 23 27 -
CMYK 0.52 0.15 0 0.89
HSL 197.14º 0.35% 0.08% -
HSV(B) 197.14º 0.52% 0.11% -
XYZ 0.67 0.78 1.15 -
YUV 20.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 13 23 27 0.52 0.15 0 0.89 197.14 0.35 0.08
Hex D 17 1B 34 F 0 59 C5 23 8
Octal 15 27 33 64 17 0 131 305 43 10
Binary 1101 10111 11011 110100 1111 0 1011001 11000101 100011 1000

Color Harmonies of #0D171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D171B

Black with #0D171B

Text Example


Text Example

White with #0D171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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