#0D242B

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

Shades of Black Pearl #0D242B

Tints of Black Pearl #0D242B

Color information

#0D242B (or 0x0D242B) is unknown color: approx Black Pearl. HEX triplet: 0D, 24 and 2B. RGB value is (13,36,43). Sum of RGB (Red+Green+Blue) = 13+36+43=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D242B is #F2DBD4. Grayscale: #1D1D1D. Windows color (decimal): -15915989 or 2827277. OLE color: 2827277.

HSL color Cylindrical-coordinate representation of color #0D242B: hue angle of 194º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D242B is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB133643-
CMYK0.700.1600.83
HSL194º53.57%10.98%-
HSV(B)194º69.77%16.86%-
XYZ1.231.522.51-
YUV29.92135.38115.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=14.13%
G=39.13%
B=46.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1336430.700.1600.8319453.5710.98
HexD242B4610053c236b
Octal1544531062001233026613
Binary110110010010101110001101000001010011110000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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