Html Css Color HEX #002023 Black Pearl

📋 copy color: '#002023'

red 0 ◦ green 32 ◦ blue 35

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

Shades of Black Pearl #002023

Tints of Black Pearl #002023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 47.76%

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

R = 0%
G = 47.76%
B = 52.24%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#002023 (or 0x002023) is known color: Black Pearl. HEX triplet: 00, 20 and 23. RGB value is (0,32,35). Sum of RGB (Red+Green+Blue) = 0+32+35=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #002023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002023 is #FFDFDC. Grayscale: #161616. Windows color (decimal): -16768989 or 2301952. OLE color: 2301952.

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

Color convert

RGB 0 32 35 -
CMYK 1 0.09 0 0.86
HSL 185.14º 1% 0.07% -
HSV(B) 185.14º 1% 0.14% -
XYZ 0.82 1.15 1.77 -
YUV 22.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 0 32 35 1 0.09 0 0.86 185.14 1 0.07
Hex 0 20 23 64 9 0 56 B9 64 7
Octal 0 40 43 144 11 0 126 271 144 7
Binary 0 100000 100011 1100100 1001 0 1010110 10111001 1100100 111

Color Harmonies of #002023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002023

Black with #002023

Text Example


Text Example

White with #002023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002023; }

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

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

background-color css

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

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

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

border-color css

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

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

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