Html Css Color HEX #002327 Black Pearl

📋 copy color: '#002327'

red 0 ◦ green 35 ◦ blue 39

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

Shades of Black Pearl #002327

Tints of Black Pearl #002327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 47.3%

 BLUE value IS 39 (15.63% from 255) = 52.7%

R = 0%
G = 47.3%
B = 52.7%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#002327 (or 0x002327) is known color: Black Pearl. HEX triplet: 00, 23 and 27. RGB value is (0,35,39). Sum of RGB (Red+Green+Blue) = 0+35+39=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #002327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002327 is #FFDCD8. Grayscale: #181818. Windows color (decimal): -16768217 or 2564864. OLE color: 2564864.

HSL color Cylindrical-coordinate representation of color #002327: hue angle of 186.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002327 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 35 39 -
CMYK 1 0.10 0 0.85
HSL 186.15º 1% 0.08% -
HSV(B) 186.15º 1% 0.15% -
XYZ 0.97 1.35 2.13 -
YUV 24.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 0 35 39 1 0.10 0 0.85 186.15 1 0.08
Hex 0 23 27 64 A 0 55 BA 64 8
Octal 0 43 47 144 12 0 125 272 144 10
Binary 0 100011 100111 1100100 1010 0 1010101 10111010 1100100 1000

Color Harmonies of #002327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002327

Black with #002327

Text Example


Text Example

White with #002327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002327; }

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

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

background-color css

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

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

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

border-color css

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

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

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