Html Css Color HEX #001E23 Black Pearl

📋 copy color: '#001E23'

red 0 ◦ green 30 ◦ blue 35

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

Shades of Black Pearl #001E23

Tints of Black Pearl #001E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 53.85%

R = 0%
G = 46.15%
B = 53.85%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001E23 (or 0x001E23) is known color: Black Pearl. HEX triplet: 00, 1E and 23. RGB value is (0,30,35). Sum of RGB (Red+Green+Blue) = 0+30+35=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #001E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E23 is #FFE1DC. Grayscale: #151515. Windows color (decimal): -16769501 or 2301440. OLE color: 2301440.

HSL color Cylindrical-coordinate representation of color #001E23: hue angle of 188.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E23 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 30 35 -
CMYK 1 0.14 0 0.86
HSL 188.57º 1% 0.07% -
HSV(B) 188.57º 1% 0.14% -
XYZ 0.77 1.05 1.75 -
YUV 21.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 0 30 35 1 0.14 0 0.86 188.57 1 0.07
Hex 0 1E 23 64 E 0 56 BD 64 7
Octal 0 36 43 144 16 0 126 275 144 7
Binary 0 11110 100011 1100100 1110 0 1010110 10111101 1100100 111

Color Harmonies of #001E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E23

Black with #001E23

Text Example


Text Example

White with #001E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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