Html Css Color HEX #0D1828 Black Pearl

📋 copy color: '#0D1828'

red 13 ◦ green 24 ◦ blue 40

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

Shades of Black Pearl #0D1828

Tints of Black Pearl #0D1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 31.17%

 BLUE value IS 40 (16.02% from 255) = 51.95%

R = 16.88%
G = 31.17%
B = 51.95%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0D1828 (or 0x0D1828) is known color: Black Pearl. HEX triplet: 0D, 18 and 28. RGB value is (13,24,40). Sum of RGB (Red+Green+Blue) = 13+24+40=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D1828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1828 is #F2E7D7. Grayscale: #161616. Windows color (decimal): -15919064 or 2627597. OLE color: 2627597.

HSL color Cylindrical-coordinate representation of color #0D1828: hue angle of 215.56º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D1828 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 24 40 -
CMYK 0.67 0.40 0 0.84
HSL 215.56º 0.51% 0.1% -
HSV(B) 215.56º 0.68% 0.16% -
XYZ 0.88 0.89 2.13 -
YUV 22.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 13 24 40 0.67 0.40 0 0.84 215.56 0.51 0.1
Hex D 18 28 43 28 0 54 D8 33 A
Octal 15 30 50 103 50 0 124 330 63 12
Binary 1101 11000 101000 1000011 101000 0 1010100 11011000 110011 1010

Color Harmonies of #0D1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1828

Black with #0D1828

Text Example


Text Example

White with #0D1828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,24,40); }

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

background-color css

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

 a { background-color: rgb(13,24,40); }

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

border-color css

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

 span { border-color: rgb(13,24,40); }

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