Html Css Color HEX #001023 Black Pearl

📋 copy color: '#001023'

red 0 ◦ green 16 ◦ blue 35

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

Shades of Black Pearl #001023

Tints of Black Pearl #001023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 31.37%

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

R = 0%
G = 31.37%
B = 68.63%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001023 (or 0x001023) is known color: Black Pearl. HEX triplet: 00, 10 and 23. RGB value is (0,16,35). Sum of RGB (Red+Green+Blue) = 0+16+35=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 35 (14.06% from 255 or 68.63% from 51); Max value from RGB is 35 - color contains mainly: blue. Hex color #001023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001023 is #FFEFDC. Grayscale: #0D0D0D. Windows color (decimal): -16773085 or 2297856. OLE color: 2297856.

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

Color convert

RGB 0 16 35 -
CMYK 1 0.54 0 0.86
HSL 212.57º 1% 0.07% -
HSV(B) 212.57º 1% 0.14% -
XYZ 0.49 0.49 1.66 -
YUV 13.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 0 16 35 1 0.54 0 0.86 212.57 1 0.07
Hex 0 10 23 64 36 0 56 D5 64 7
Octal 0 20 43 144 66 0 126 325 144 7
Binary 0 10000 100011 1100100 110110 0 1010110 11010101 1100100 111

Color Harmonies of #001023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001023

Black with #001023

Text Example


Text Example

White with #001023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001023; }

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

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

background-color css

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

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

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

border-color css

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

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

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