Html Css Color HEX #002032 Black Pearl

📋 copy color: '#002032'

red 0 ◦ green 32 ◦ blue 50

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

Shades of Black Pearl #002032

Tints of Black Pearl #002032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 60.98%

R = 0%
G = 39.02%
B = 60.98%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#002032 (or 0x002032) is known color: Black Pearl. HEX triplet: 00, 20 and 32. RGB value is (0,32,50). Sum of RGB (Red+Green+Blue) = 0+32+50=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #002032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002032 is #FFDFCD. Grayscale: #181818. Windows color (decimal): -16768974 or 3284992. OLE color: 3284992.

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

Color convert

RGB 0 32 50 -
CMYK 1 0.36 0 0.80
HSL 201.6º 1% 0.1% -
HSV(B) 201.6º 1% 0.2% -
XYZ 1.09 1.26 3.2 -
YUV 24.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 0 32 50 1 0.36 0 0.80 201.6 1 0.1
Hex 0 20 32 64 24 0 50 CA 64 A
Octal 0 40 62 144 44 0 120 312 144 12
Binary 0 100000 110010 1100100 100100 0 1010000 11001010 1100100 1010

Color Harmonies of #002032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002032

Black with #002032

Text Example


Text Example

White with #002032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002032; }

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

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

background-color css

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

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

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

border-color css

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

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

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