Html Css Color HEX #001C23 Black Pearl

📋 copy color: '#001C23'

red 0 ◦ green 28 ◦ blue 35

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

Shades of Black Pearl #001C23

Tints of Black Pearl #001C23

RGB

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

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

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

R = 0%
G = 44.44%
B = 55.56%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001C23 (or 0x001C23) is known color: Black Pearl. HEX triplet: 00, 1C and 23. RGB value is (0,28,35). Sum of RGB (Red+Green+Blue) = 0+28+35=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #001C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C23 is #FFE3DC. Grayscale: #141414. Windows color (decimal): -16770013 or 2300928. OLE color: 2300928.

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

Color convert

RGB 0 28 35 -
CMYK 1 0.20 0 0.86
HSL 192º 1% 0.07% -
HSV(B) 192º 1% 0.14% -
XYZ 0.72 0.95 1.74 -
YUV 20.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 0 28 35 1 0.20 0 0.86 192 1 0.07
Hex 0 1C 23 64 14 0 56 C0 64 7
Octal 0 34 43 144 24 0 126 300 144 7
Binary 0 11100 100011 1100100 10100 0 1010110 11000000 1100100 111

Color Harmonies of #001C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C23

Black with #001C23

Text Example


Text Example

White with #001C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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