#001C2B

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

Shades of Black Pearl #001C2B

Tints of Black Pearl #001C2B

Color information

#001C2B (or 0x001C2B) is unknown color: approx Black Pearl. HEX triplet: 00, 1C and 2B. RGB value is (0,28,43). Sum of RGB (Red+Green+Blue) = 0+28+43=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #001C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C2B is #FFE3D4. Grayscale: #151515. Windows color (decimal): -16770005 or 2825216. OLE color: 2825216.

HSL color Cylindrical-coordinate representation of color #001C2B: hue angle of 200.93º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C2B is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB02843-
CMYK10.3500.83
HSL200.93º100%8.43%-
HSV(B)200.93º100%16.86%-
XYZ0.8512.43-
YUV21.34140.22112.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 43 (17.19% from 255) = 60.56%
R=0%
G=39.44%
B=60.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0284310.3500.83200.931008.43
Hex01C2B6423053c9648
Octal0345314443012331114410
Binary0111001010111100100100011010100111100100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001C2B; }

 p { color: rgb(0,28,43); }

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

<style>
 a { background-color: #001C2B; }

 a { background-color: rgb(0,28,43); }

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

<style>
 span { border-color: #001C2B; }

 span { border-color: rgb(0,28,43); }

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