Html Css Color HEX #011625 Black Pearl

📋 copy color: '#011625'

red 1 ◦ green 22 ◦ blue 37

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

Shades of Black Pearl #011625

Tints of Black Pearl #011625

RGB

 RED value IS 1 (0.78% from 255) = 1.67%

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

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

R = 1.67%
G = 36.67%
B = 61.67%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011625 (or 0x011625) is known color: Black Pearl. HEX triplet: 01, 16 and 25. RGB value is (1,22,37). Sum of RGB (Red+Green+Blue) = 1+22+37=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #011625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011625 is #FEE9DA. Grayscale: #111111. Windows color (decimal): -16706011 or 2430465. OLE color: 2430465.

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

Color convert

RGB 1 22 37 -
CMYK 0.97 0.41 0 0.85
HSL 205º 0.95% 0.07% -
HSV(B) 205º 0.97% 0.15% -
XYZ 0.63 0.71 1.85 -
YUV 17.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 1 22 37 0.97 0.41 0 0.85 205 0.95 0.07
Hex 1 16 25 61 29 0 55 CD 5F 7
Octal 1 26 45 141 51 0 125 315 137 7
Binary 1 10110 100101 1100001 101001 0 1010101 11001101 1011111 111

Color Harmonies of #011625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011625

Black with #011625

Text Example


Text Example

White with #011625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011625; }

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

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

background-color css

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

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

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

border-color css

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

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

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