Html Css Color HEX #001432 Black Pearl

📋 copy color: '#001432'

red 0 ◦ green 20 ◦ blue 50

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

Shades of Black Pearl #001432

Tints of Black Pearl #001432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.57%

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

R = 0%
G = 28.57%
B = 71.43%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#001432 (or 0x001432) is known color: Black Pearl. HEX triplet: 00, 14 and 32. RGB value is (0,20,50). Sum of RGB (Red+Green+Blue) = 0+20+50=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #001432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001432 is #FFEBCD. Grayscale: #111111. Windows color (decimal): -16772046 or 3281920. OLE color: 3281920.

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

Color convert

RGB 0 20 50 -
CMYK 1 0.60 0 0.80
HSL 216º 1% 0.1% -
HSV(B) 216º 1% 0.2% -
XYZ 0.83 0.73 3.12 -
YUV 17.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 0 20 50 1 0.60 0 0.80 216 1 0.1
Hex 0 14 32 64 3C 0 50 D8 64 A
Octal 0 24 62 144 74 0 120 330 144 12
Binary 0 10100 110010 1100100 111100 0 1010000 11011000 1100100 1010

Color Harmonies of #001432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001432

Black with #001432

Text Example


Text Example

White with #001432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001432; }

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

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

background-color css

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

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

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

border-color css

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

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

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