Html Css Color HEX #011A25 Black Pearl

📋 copy color: '#011A25'

red 1 ◦ green 26 ◦ blue 37

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

Shades of Black Pearl #011A25

Tints of Black Pearl #011A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 40.63%

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

R = 1.56%
G = 40.63%
B = 57.81%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011A25 (or 0x011A25) is known color: Black Pearl. HEX triplet: 01, 1A and 25. RGB value is (1,26,37). Sum of RGB (Red+Green+Blue) = 1+26+37=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #011A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A25 is #FEE5DA. Grayscale: #131313. Windows color (decimal): -16704987 or 2431489. OLE color: 2431489.

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

Color convert

RGB 1 26 37 -
CMYK 0.97 0.30 0 0.85
HSL 198.33º 0.95% 0.07% -
HSV(B) 198.33º 0.97% 0.15% -
XYZ 0.72 0.88 1.88 -
YUV 19.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 1 26 37 0.97 0.30 0 0.85 198.33 0.95 0.07
Hex 1 1A 25 61 1E 0 55 C6 5F 7
Octal 1 32 45 141 36 0 125 306 137 7
Binary 1 11010 100101 1100001 11110 0 1010101 11000110 1011111 111

Color Harmonies of #011A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A25

Black with #011A25

Text Example


Text Example

White with #011A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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