#001C2A

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

Shades of Black Pearl #001C2A

Tints of Black Pearl #001C2A

Color information

#001C2A (or 0x001C2A) is unknown color: approx Black Pearl. HEX triplet: 00, 1C and 2A. RGB value is (0,28,42). Sum of RGB (Red+Green+Blue) = 0+28+42=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 42 (16.80% from 255 or 60% from 70); Max value from RGB is 42 - color contains mainly: blue. Hex color #001C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C2A is #FFE3D5. Grayscale: #151515. Windows color (decimal): -16770006 or 2759680. OLE color: 2759680.

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

Color convert

RGB02842-
CMYK10.3300.84
HSL200º100%8.24%-
HSV(B)200º100%16.47%-
XYZ0.8312.34-
YUV21.22139.72112.86-

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) = 40%
BLUE value IS 42 (16.80% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0284210.3300.842001008.24
Hex01C2A6421054c8648
Octal0345214441012431014410
Binary0111001010101100100100001010101001100100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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