Html Css Color HEX #011225 Black Pearl

📋 copy color: '#011225'

red 1 ◦ green 18 ◦ blue 37

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

Shades of Black Pearl #011225

Tints of Black Pearl #011225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.14%

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

R = 1.79%
G = 32.14%
B = 66.07%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011225 (or 0x011225) is known color: Black Pearl. HEX triplet: 01, 12 and 25. RGB value is (1,18,37). Sum of RGB (Red+Green+Blue) = 1+18+37=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 37 (14.84% from 255 or 66.07% from 56); Max value from RGB is 37 - color contains mainly: blue. Hex color #011225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011225 is #FEEDDA. Grayscale: #0E0E0E. Windows color (decimal): -16707035 or 2429441. OLE color: 2429441.

HSL color Cylindrical-coordinate representation of color #011225: hue angle of 211.67º 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 #011225 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 18 37 -
CMYK 0.97 0.51 0 0.85
HSL 211.67º 0.95% 0.07% -
HSV(B) 211.67º 0.97% 0.15% -
XYZ 0.56 0.57 1.83 -
YUV 15.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 1 18 37 0.97 0.51 0 0.85 211.67 0.95 0.07
Hex 1 12 25 61 33 0 55 D4 5F 7
Octal 1 22 45 141 63 0 125 324 137 7
Binary 1 10010 100101 1100001 110011 0 1010101 11010100 1011111 111

Color Harmonies of #011225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011225

Black with #011225

Text Example


Text Example

White with #011225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011225; }

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

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

background-color css

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

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

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

border-color css

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

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

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