Html Css Color HEX #001523 Black Pearl

📋 copy color: '#001523'

red 0 ◦ green 21 ◦ blue 35

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

Shades of Black Pearl #001523

Tints of Black Pearl #001523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 37.5%

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

R = 0%
G = 37.5%
B = 62.5%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001523 (or 0x001523) is known color: Black Pearl. HEX triplet: 00, 15 and 23. RGB value is (0,21,35). Sum of RGB (Red+Green+Blue) = 0+21+35=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #001523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001523 is #FFEADC. Grayscale: #101010. Windows color (decimal): -16771805 or 2299136. OLE color: 2299136.

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

Color convert

RGB 0 21 35 -
CMYK 1 0.40 0 0.86
HSL 204º 1% 0.07% -
HSV(B) 204º 1% 0.14% -
XYZ 0.57 0.66 1.69 -
YUV 16.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 0 21 35 1 0.40 0 0.86 204 1 0.07
Hex 0 15 23 64 28 0 56 CC 64 7
Octal 0 25 43 144 50 0 126 314 144 7
Binary 0 10101 100011 1100100 101000 0 1010110 11001100 1100100 111

Color Harmonies of #001523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001523

Black with #001523

Text Example


Text Example

White with #001523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001523; }

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

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

background-color css

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

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

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

border-color css

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

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

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