Html Css Color HEX #011F25 Black Pearl

📋 copy color: '#011F25'

red 1 ◦ green 31 ◦ blue 37

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

Shades of Black Pearl #011F25

Tints of Black Pearl #011F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 44.93%

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

R = 1.45%
G = 44.93%
B = 53.62%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#011F25 (or 0x011F25) is known color: Black Pearl. HEX triplet: 01, 1F and 25. RGB value is (1,31,37). Sum of RGB (Red+Green+Blue) = 1+31+37=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #011F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F25 is #FEE0DA. Grayscale: #161616. Windows color (decimal): -16703707 or 2432769. OLE color: 2432769.

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

Color convert

RGB 1 31 37 -
CMYK 0.97 0.16 0 0.85
HSL 190º 0.95% 0.07% -
HSV(B) 190º 0.97% 0.15% -
XYZ 0.84 1.12 1.92 -
YUV 22.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 1 31 37 0.97 0.16 0 0.85 190 0.95 0.07
Hex 1 1F 25 61 10 0 55 BE 5F 7
Octal 1 37 45 141 20 0 125 276 137 7
Binary 1 11111 100101 1100001 10000 0 1010101 10111110 1011111 111

Color Harmonies of #011F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F25

Black with #011F25

Text Example


Text Example

White with #011F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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