Html Css Color HEX #001625 Black Pearl

📋 copy color: '#001625'

red 0 ◦ green 22 ◦ blue 37

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

Shades of Black Pearl #001625

Tints of Black Pearl #001625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 37.29%

 BLUE value IS 37 (14.84% from 255) = 62.71%

R = 0%
G = 37.29%
B = 62.71%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001625 (or 0x001625) is known color: Black Pearl. HEX triplet: 00, 16 and 25. RGB value is (0,22,37). Sum of RGB (Red+Green+Blue) = 0+22+37=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #001625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001625 is #FFE9DA. Grayscale: #111111. Windows color (decimal): -16771547 or 2430464. OLE color: 2430464.

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

Color convert

RGB 0 22 37 -
CMYK 1 0.41 0 0.85
HSL 204.32º 1% 0.07% -
HSV(B) 204.32º 1% 0.15% -
XYZ 0.62 0.71 1.85 -
YUV 17.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 0 22 37 1 0.41 0 0.85 204.32 1 0.07
Hex 0 16 25 64 29 0 55 CC 64 7
Octal 0 26 45 144 51 0 125 314 144 7
Binary 0 10110 100101 1100100 101001 0 1010101 11001100 1100100 111

Color Harmonies of #001625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001625

Black with #001625

Text Example


Text Example

White with #001625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001625; }

 p { color: rgb(0,22,37); }

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

background-color css

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

 a { background-color: rgb(0,22,37); }

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

border-color css

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

 span { border-color: rgb(0,22,37); }

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