Html Css Color HEX #001E2C Black Pearl

📋 copy color: '#001E2C'

red 0 ◦ green 30 ◦ blue 44

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

Shades of Black Pearl #001E2C

Tints of Black Pearl #001E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 40.54%

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

R = 0%
G = 40.54%
B = 59.46%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#001E2C (or 0x001E2C) is known color: Black Pearl. HEX triplet: 00, 1E and 2C. RGB value is (0,30,44). Sum of RGB (Red+Green+Blue) = 0+30+44=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #001E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E2C is #FFE1D3. Grayscale: #161616. Windows color (decimal): -16769492 or 2891264. OLE color: 2891264.

HSL color Cylindrical-coordinate representation of color #001E2C: hue angle of 199.09º 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 #001E2C is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 30 44 -
CMYK 1 0.32 0 0.83
HSL 199.09º 1% 0.09% -
HSV(B) 199.09º 1% 0.17% -
XYZ 0.92 1.11 2.55 -
YUV 22.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 0 30 44 1 0.32 0 0.83 199.09 1 0.09
Hex 0 1E 2C 64 20 0 53 C7 64 9
Octal 0 36 54 144 40 0 123 307 144 11
Binary 0 11110 101100 1100100 100000 0 1010011 11000111 1100100 1001

Color Harmonies of #001E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E2C

Black with #001E2C

Text Example


Text Example

White with #001E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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