Html Css Color HEX #002331 Black Pearl

📋 copy color: '#002331'

red 0 ◦ green 35 ◦ blue 49

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

Shades of Black Pearl #002331

Tints of Black Pearl #002331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 58.33%

R = 0%
G = 41.67%
B = 58.33%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002331 (or 0x002331) is known color: Black Pearl. HEX triplet: 00, 23 and 31. RGB value is (0,35,49). Sum of RGB (Red+Green+Blue) = 0+35+49=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #002331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002331 is #FFDCCE. Grayscale: #1A1A1A. Windows color (decimal): -16768207 or 3220224. OLE color: 3220224.

HSL color Cylindrical-coordinate representation of color #002331: hue angle of 197.14º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002331 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 35 49 -
CMYK 1 0.29 0 0.81
HSL 197.14º 1% 0.1% -
HSV(B) 197.14º 1% 0.19% -
XYZ 1.16 1.42 3.12 -
YUV 26.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 0 35 49 1 0.29 0 0.81 197.14 1 0.1
Hex 0 23 31 64 1D 0 51 C5 64 A
Octal 0 43 61 144 35 0 121 305 144 12
Binary 0 100011 110001 1100100 11101 0 1010001 11000101 1100100 1010

Color Harmonies of #002331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002331

Black with #002331

Text Example


Text Example

White with #002331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002331; }

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

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

background-color css

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

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

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

border-color css

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

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

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