Html Css Color HEX #001422 Black Pearl

📋 copy color: '#001422'

red 0 ◦ green 20 ◦ blue 34

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

Shades of Black Pearl #001422

Tints of Black Pearl #001422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 62.96%

R = 0%
G = 37.04%
B = 62.96%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001422 (or 0x001422) is known color: Black Pearl. HEX triplet: 00, 14 and 22. RGB value is (0,20,34). Sum of RGB (Red+Green+Blue) = 0+20+34=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 34 (13.67% from 255 or 62.96% from 54); Max value from RGB is 34 - color contains mainly: blue. Hex color #001422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001422 is #FFEBDD. Grayscale: #0F0F0F. Windows color (decimal): -16772062 or 2233344. OLE color: 2233344.

HSL color Cylindrical-coordinate representation of color #001422: hue angle of 204.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001422 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 20 34 -
CMYK 1 0.41 0 0.87
HSL 204.71º 1% 0.07% -
HSV(B) 204.71º 1% 0.13% -
XYZ 0.54 0.62 1.6 -
YUV 15.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 0 20 34 1 0.41 0 0.87 204.71 1 0.07
Hex 0 14 22 64 29 0 57 CD 64 7
Octal 0 24 42 144 51 0 127 315 144 7
Binary 0 10100 100010 1100100 101001 0 1010111 11001101 1100100 111

Color Harmonies of #001422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001422

Black with #001422

Text Example


Text Example

White with #001422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001422; }

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

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

background-color css

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

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

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

border-color css

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

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

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