Html Css Color HEX #001C2C Black Pearl

📋 copy color: '#001C2C'

red 0 ◦ green 28 ◦ blue 44

#001C2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #001C2C

Tints of Black Pearl #001C2C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 28 (11.33% from 255) = 38.89%

 BLUE value IS 44 (17.58% from 255) = 61.11%

R = 0%
G = 38.89%
B = 61.11%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#001C2C (or 0x001C2C) is known color: Black Pearl. HEX triplet: 00, 1C and 2C. RGB value is (0,28,44). Sum of RGB (Red+Green+Blue) = 0+28+44=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #001C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C2C is #FFE3D3. Grayscale: #151515. Windows color (decimal): -16770004 or 2890752. OLE color: 2890752.

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

Color convert

RGB 0 28 44 -
CMYK 1 0.36 0 0.83
HSL 201.82º 1% 0.09% -
HSV(B) 201.82º 1% 0.17% -
XYZ 0.87 1.01 2.53 -
YUV 21.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 0 28 44 1 0.36 0 0.83 201.82 1 0.09
Hex 0 1C 2C 64 24 0 53 CA 64 9
Octal 0 34 54 144 44 0 123 312 144 11
Binary 0 11100 101100 1100100 100100 0 1010011 11001010 1100100 1001

Color Harmonies of #001C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C2C

Black with #001C2C

Text Example


Text Example

White with #001C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001C2C;
 }
 .AnyTagClassName
 {
   color: #001C2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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