Html Css Color HEX #011E2B Black Pearl

📋 copy color: '#011E2B'

red 1 ◦ green 30 ◦ blue 43

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

Shades of Black Pearl #011E2B

Tints of Black Pearl #011E2B

RGB

 RED value IS 1 (0.78% from 255) = 1.35%

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

 BLUE value IS 43 (17.19% from 255) = 58.11%

R = 1.35%
G = 40.54%
B = 58.11%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#011E2B (or 0x011E2B) is known color: Black Pearl. HEX triplet: 01, 1E and 2B. RGB value is (1,30,43). Sum of RGB (Red+Green+Blue) = 1+30+43=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #011E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E2B is #FEE1D4. Grayscale: #161616. Windows color (decimal): -16703957 or 2825729. OLE color: 2825729.

HSL color Cylindrical-coordinate representation of color #011E2B: hue angle of 198.57º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011E2B is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 30 43 -
CMYK 0.98 0.30 0 0.83
HSL 198.57º 0.95% 0.09% -
HSV(B) 198.57º 0.98% 0.17% -
XYZ 0.91 1.11 2.45 -
YUV 22.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 1 30 43 0.98 0.30 0 0.83 198.57 0.95 0.09
Hex 1 1E 2B 62 1E 0 53 C7 5F 9
Octal 1 36 53 142 36 0 123 307 137 11
Binary 1 11110 101011 1100010 11110 0 1010011 11000111 1011111 1001

Color Harmonies of #011E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E2B

Black with #011E2B

Text Example


Text Example

White with #011E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011E2B; }

 p { color: rgb(1,30,43); }

 H1.HeaderClassName
 {
   color: #011E2B;
 }
 .AnyTagClassName
 {
   color: #011E2B;
 }
</style>

background-color css

<style>
 a { background-color: #011E2B; }

 a { background-color: rgb(1,30,43); }

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

border-color css

<style>
 span { border-color: #011E2B; }

 span { border-color: rgb(1,30,43); }

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