#0D2024

Color #0D2024 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0D2024

Tints of Black Pearl #0D2024

Color information

#0D2024 (or 0x0D2024) is unknown color: approx Black Pearl. HEX triplet: 0D, 20 and 24. RGB value is (13,32,36). Sum of RGB (Red+Green+Blue) = 13+32+36=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #0D2024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2024 is #F2DFDB. Grayscale: #1A1A1A. Windows color (decimal): -15917020 or 2367501. OLE color: 2367501.

HSL color Cylindrical-coordinate representation of color #0D2024: hue angle of 190.43º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D2024 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB133236-
CMYK0.640.1100.86
HSL190.43º46.94%9.61%-
HSV(B)190.43º63.89%14.12%-
XYZ11.251.86-
YUV26.78133.21118.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.05%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 36 (14.45% from 255) = 44.44%
R=16.05%
G=39.51%
B=44.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1332360.640.1100.86190.4346.949.61
HexD202440B056be2fa
Octal1540441001301262765712
Binary11011000001001001000000101101010110101111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,32,36); }

 H1.HeaderClassName
 {
   color: #0D2024;
 }
 .AnyTagClassName
 {
   color: #0D2024;
 }
</style>
background-color css

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

 a { background-color: rgb(13,32,36); }

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

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

 span { border-color: rgb(13,32,36); }

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