Html Css Color HEX #002328 Black Pearl

📋 copy color: '#002328'

red 0 ◦ green 35 ◦ blue 40

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

Shades of Black Pearl #002328

Tints of Black Pearl #002328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 53.33%

R = 0%
G = 46.67%
B = 53.33%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#002328 (or 0x002328) is known color: Black Pearl. HEX triplet: 00, 23 and 28. RGB value is (0,35,40). Sum of RGB (Red+Green+Blue) = 0+35+40=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #002328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002328 is #FFDCD7. Grayscale: #191919. Windows color (decimal): -16768216 or 2630400. OLE color: 2630400.

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

Color convert

RGB 0 35 40 -
CMYK 1 0.12 0 0.84
HSL 187.5º 1% 0.08% -
HSV(B) 187.5º 1% 0.16% -
XYZ 0.98 1.36 2.22 -
YUV 25.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 0 35 40 1 0.12 0 0.84 187.5 1 0.08
Hex 0 23 28 64 C 0 54 BC 64 8
Octal 0 43 50 144 14 0 124 274 144 10
Binary 0 100011 101000 1100100 1100 0 1010100 10111100 1100100 1000

Color Harmonies of #002328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002328

Black with #002328

Text Example


Text Example

White with #002328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002328; }

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

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

background-color css

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

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

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

border-color css

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

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

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