Html Css Color HEX #0D1215 Black Pearl

📋 copy color: '#0D1215'

red 13 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #0D1215

Tints of Black Pearl #0D1215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 34.62%

 BLUE value IS 21 (8.59% from 255) = 40.38%

R = 25%
G = 34.62%
B = 40.38%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0D1215 (or 0x0D1215) is known color: Black Pearl. HEX triplet: 0D, 12 and 15. RGB value is (13,18,21). Sum of RGB (Red+Green+Blue) = 13+18+21=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D1215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1215 is #F2EDEA. Grayscale: #101010. Windows color (decimal): -15920619 or 1380877. OLE color: 1380877.

HSL color Cylindrical-coordinate representation of color #0D1215: hue angle of 202.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D1215 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 18 21 -
CMYK 0.38 0.14 0 0.92
HSL 202.5º 0.24% 0.07% -
HSV(B) 202.5º 0.38% 0.08% -
XYZ 0.52 0.57 0.79 -
YUV 16.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 13 18 21 0.38 0.14 0 0.92 202.5 0.24 0.07
Hex D 12 15 26 E 0 5C CA 18 7
Octal 15 22 25 46 16 0 134 312 30 7
Binary 1101 10010 10101 100110 1110 0 1011100 11001010 11000 111

Color Harmonies of #0D1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1215

Black with #0D1215

Text Example


Text Example

White with #0D1215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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