Html Css Color HEX #0D131C Black Pearl

📋 copy color: '#0D131C'

red 13 ◦ green 19 ◦ blue 28

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

Shades of Black Pearl #0D131C

Tints of Black Pearl #0D131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.67%

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

R = 21.67%
G = 31.67%
B = 46.67%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D131C (or 0x0D131C) is known color: Black Pearl. HEX triplet: 0D, 13 and 1C. RGB value is (13,19,28). Sum of RGB (Red+Green+Blue) = 13+19+28=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D131C is #F2ECE3. Grayscale: #121212. Windows color (decimal): -15920356 or 1839885. OLE color: 1839885.

HSL color Cylindrical-coordinate representation of color #0D131C: hue angle of 216º 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 #0D131C is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 19 28 -
CMYK 0.54 0.32 0 0.89
HSL 216º 0.37% 0.08% -
HSV(B) 216º 0.54% 0.11% -
XYZ 0.61 0.64 1.19 -
YUV 18.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 13 19 28 0.54 0.32 0 0.89 216 0.37 0.08
Hex D 13 1C 36 20 0 59 D8 25 8
Octal 15 23 34 66 40 0 131 330 45 10
Binary 1101 10011 11100 110110 100000 0 1011001 11011000 100101 1000

Color Harmonies of #0D131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D131C

Black with #0D131C

Text Example


Text Example

White with #0D131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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