Html Css Color HEX #0D151D Black Pearl

📋 copy color: '#0D151D'

red 13 ◦ green 21 ◦ blue 29

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

Shades of Black Pearl #0D151D

Tints of Black Pearl #0D151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 33.33%

 BLUE value IS 29 (11.72% from 255) = 46.03%

R = 20.63%
G = 33.33%
B = 46.03%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D151D (or 0x0D151D) is known color: Black Pearl. HEX triplet: 0D, 15 and 1D. RGB value is (13,21,29). Sum of RGB (Red+Green+Blue) = 13+21+29=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D151D is #F2EAE2. Grayscale: #131313. Windows color (decimal): -15919843 or 1905933. OLE color: 1905933.

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

Color convert

RGB 13 21 29 -
CMYK 0.55 0.28 0 0.89
HSL 210º 0.38% 0.08% -
HSV(B) 210º 0.55% 0.11% -
XYZ 0.66 0.71 1.26 -
YUV 19.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 13 21 29 0.55 0.28 0 0.89 210 0.38 0.08
Hex D 15 1D 37 1C 0 59 D2 26 8
Octal 15 25 35 67 34 0 131 322 46 10
Binary 1101 10101 11101 110111 11100 0 1011001 11010010 100110 1000

Color Harmonies of #0D151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D151D

Black with #0D151D

Text Example


Text Example

White with #0D151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,21,29); }

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

background-color css

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

 a { background-color: rgb(13,21,29); }

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

border-color css

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

 span { border-color: rgb(13,21,29); }

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