#0D2327

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

Shades of Black Pearl #0D2327

Tints of Black Pearl #0D2327

Color information

#0D2327 (or 0x0D2327) is unknown color: approx Black Pearl. HEX triplet: 0D, 23 and 27. RGB value is (13,35,39). Sum of RGB (Red+Green+Blue) = 13+35+39=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D2327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2327 is #F2DCD8. Grayscale: #1C1C1C. Windows color (decimal): -15916249 or 2564877. OLE color: 2564877.

HSL color Cylindrical-coordinate representation of color #0D2327: hue angle of 189.23º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D2327 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB133539-
CMYK0.670.1000.85
HSL189.23º50%10.2%-
HSV(B)189.23º66.67%15.29%-
XYZ1.131.432.14-
YUV28.88133.71116.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.94%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 39 (15.62% from 255) = 44.83%
R=14.94%
G=40.23%
B=44.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1335390.670.1000.85189.235010.2
HexD232743A055bd32a
Octal1543471031201252756212
Binary11011000111001111000011101001010101101111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,35,39); }

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

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

 a { background-color: rgb(13,35,39); }

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

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

 span { border-color: rgb(13,35,39); }

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